Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Neel Shah
NIFTy
Commits
43bb9b47
Commit
43bb9b47
authored
May 26, 2016
by
theos
Browse files
Fixed d2o url in setup.py.
parent
8d874fdd
Changes
1
Show whitespace changes
Inline
Side-by-side
setup.py
View file @
43bb9b47
...
@@ -38,7 +38,7 @@ setup(name="ift_nifty",
...
@@ -38,7 +38,7 @@ setup(name="ift_nifty",
zip_safe
=
False
,
zip_safe
=
False
,
dependency_links
=
[
dependency_links
=
[
'git+https://gitlab.mpcdf.mpg.de/ift/keepers.git#egg=keepers'
,
'git+https://gitlab.mpcdf.mpg.de/ift/keepers.git#egg=keepers'
,
'https://gitlab.mpcdf.mpg.de/ift/d2o.git#egg=d2o'
],
'
git+
https://gitlab.mpcdf.mpg.de/ift/d2o.git#egg=d2o'
],
install_requires
=
[
'keepers'
,
'd2o'
],
install_requires
=
[
'keepers'
,
'd2o'
],
data_files
=
[(
os
.
path
.
expanduser
(
'~'
)
+
"/.nifty"
,
data_files
=
[(
os
.
path
.
expanduser
(
'~'
)
+
"/.nifty"
,
[
'nifty_config'
,
'd2o_config'
])],
[
'nifty_config'
,
'd2o_config'
])],
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment