Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ift
NIFTy
Commits
ec726ff5
Commit
ec726ff5
authored
Jul 08, 2021
by
Philipp Arras
Browse files
Add meta data
parent
438ac2c6
Pipeline
#105222
passed with stages
in 17 minutes and 8 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
setup.py
View file @
ec726ff5
...
...
@@ -53,10 +53,19 @@ setup(name="nifty7",
"Bug Tracker"
:
"https://gitlab.mpcdf.mpg.de/ift/nifty/issues"
,
"Documentation"
:
"https://ift.pages.mpcdf.de/nifty/"
,
"Source Code"
:
"https://gitlab.mpcdf.mpg.de/ift/nifty"
,
"Changelog"
:
"https://gitlab.mpcdf.mpg.de/ift/nifty/-/blob/NIFTy_7/ChangeLog"
,
},
packages
=
find_packages
(
include
=
[
"nifty7"
,
"nifty7.*"
]),
license
=
"GPLv3"
,
setup_requires
=
[
'scipy>=1.4.1'
,
'numpy>=1.17'
],
install_requires
=
[
'scipy>=1.4.1'
,
'numpy>=1.17'
],
python_requires
=
'>=3.6'
,
classifiers
=
[
"Development Status :: 5 - Production/Stable"
,
"Topic :: Scientific/Engineering :: Mathematics"
,
"Topic :: Scientific/Engineering :: Physics"
,
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)"
,
"Operating System :: OS Independent"
,
"Programming Language :: Python"
,
"Intended Audience :: Science/Research"
],
)
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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