Skip to content
Snippets Groups Projects
Commit fb676b1c authored by theos's avatar theos
Browse files

Fixed formatting in setup.py

parent e735aeae
No related branches found
No related tags found
No related merge requests found
......@@ -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+)"],
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment