-
Notifications
You must be signed in to change notification settings - Fork 1
/
setup.cfg
executable file
·50 lines (47 loc) · 1.05 KB
/
setup.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
[metadata]
name = pygem
version = 0.2.5
description = Python Glacier Evolution Model
long_description = file: README.md
long_description_content_type = text/markdown; charset=UTF-8
url = https://github.com/drounce/PyGEM
author = David Rounce
author_email = [email protected]
license = MIT
license_files = LICENSE.txt
classifiers =
Development Status :: 4 - Beta
Intended Audience :: Science/Research
License :: OSI Approved :: MIT License
Programming Language :: Python :: 3
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
project_urls =
Source = https://github.com/drounce/PyGEM
[options]
platforms = any
python_requires = >=3.7
packages =
pygem
pygem.shop
pygem.tests
pygem.utils
pygem.scraps
include_package_data = True
setup_requires =
setuptools_scm
install_requires =
numpy
scipy
pandas
matplotlib
shapely
requests
configobj
netcdf4
xarray
[options.packages.find]
exclude = docs
[bdist_wheel]
universal = 1