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
Geodynamo
pygeodyn
Commits
d4828e37
Commit
d4828e37
authored
Apr 02, 2019
by
Loic Huder
Browse files
Added long_description and classifiers to the setup
parent
9338c2b3
Changes
1
Hide whitespace changes
Inline
Side-by-side
setup.py
View file @
d4828e37
...
...
@@ -29,6 +29,8 @@ setup(name="pygeodyn",
author
=
authors
,
author_email
=
'loic.huder@univ-grenoble-alpes.fr'
,
description
=
'Python package for geomagnetic data assimilation'
,
long_description
=
open
(
'README.md'
).
read
(),
long_description_content_type
=
'text/markdown'
,
url
=
'https://gricad-gitlab.univ-grenoble-alpes.fr/Geodynamo/pygeodyn'
,
packages
=
setuptools
.
find_packages
(),
ext_modules
=
[
Extension
(
name
=
"fortran"
,
...
...
@@ -37,8 +39,11 @@ setup(name="pygeodyn",
install_requires
=
[
'h5py'
,
'numpy>=1.10'
,
'scipy>=0.17'
,
'matplotlib'
,
'mpi4py'
,
'sklearn'
],
tests_require
=
[
'hypothesis'
],
classifiers
=
[
'Programming Language :: Python :: 3 :: Only'
'Programming Language :: Python :: 3.5'
,
'Programming Language :: Python :: 3.6'
,
'License :: OSI Approved :: GNU General Public License v3 (GPLv3)'
,
'Intended Audience :: Science/Research'
'Intended Audience :: Science/Research'
,
'Topic :: Scientific/Engineering :: Physics'
]
)
Loic Huder
❄
@huderl
mentioned in commit
2939938c
·
Jul 09, 2019
mentioned in commit
2939938c
mentioned in commit 2939938c181540f428ae206e8154590269d9db34
Toggle commit list
Loic Huder
❄
@huderl
mentioned in commit
05ac97a0
·
Jul 09, 2019
mentioned in commit
05ac97a0
mentioned in commit 05ac97a0640a70bd4dc6caaba9fe9b70e41cc024
Toggle commit list
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