Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Neel Shah
NIFTy
Commits
fb676b1c
Commit
fb676b1c
authored
May 27, 2016
by
theos
Browse files
Fixed formatting in setup.py
parent
e735aeae
Changes
1
Hide whitespace changes
Inline
Side-by-side
setup.py
View file @
fb676b1c
...
...
@@ -36,20 +36,18 @@ setup(name="ift_nifty",
"nifty.operators"
,
"nifty.dummys"
,
"nifty.config"
],
package_dir
=
{
"nifty"
:
""
},
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/d2o.git#egg=d2o'
],
install_requires
=
[
'keepers'
,
'd2o'
],
install_requires
=
[
'keepers'
,
'd2o'
],
data_files
=
[(
os
.
path
.
expanduser
(
'~'
)
+
"/.nifty"
,
[
'nifty_config'
,
'd2o_config'
])],
package_data
=
{
'nifty.demos'
:
[
'demo_faraday_map.npy'
],
package_data
=
{
'nifty.demos'
:
[
'demo_faraday_map.npy'
],
},
license
=
"GPLv3"
,
classifiers
=
[
"Development Status :: 4 - Beta"
,
"Topic :: Utilities"
,
"License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)"
,
],)
"License :: OSI Approved :: GNU General Public License v3 "
"or later (GPLv3+)"
],
)
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