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
On Thursday, 7th July from 1 to 3 pm there will be a maintenance with a short downtime of GitLab.
Open sidebar
ift
NIFTy
Commits
ce0140f4
Commit
ce0140f4
authored
Sep 20, 2017
by
Martin Reinecke
Browse files
fix, try
#3
parent
692adb72
Pipeline
#18468
passed with stage
in 4 minutes and 26 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
setup.py
View file @
ce0140f4
...
...
@@ -27,7 +27,7 @@ setup(name="nifty2go",
description
=
"Numerical Information Field Theory"
,
url
=
"http://www.mpa-garching.mpg.de/ift/nifty/"
,
package_dir
=
{
"nifty2go"
:
"nifty"
},
packages
=
[
"nifty2go."
+
p
for
p
in
find_packages
(
"nifty"
)],
packages
=
[
"nifty2go"
]
+
[
"nifty2go."
+
p
for
p
in
find_packages
(
"nifty"
)],
zip_safe
=
False
,
dependency_links
=
[
'git+https://gitlab.mpcdf.mpg.de/ift/pyHealpix.git@setuptools_test#egg=pyHealpix-0.0.1'
],
...
...
Write
Preview
Markdown
is supported
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