-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathsetup.cfg
41 lines (35 loc) · 1.15 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
[metadata]
name = vam.whittaker
description = VAM whittaker core
version = attr: vam.whittaker._version.__version__
author = WFP-VAM
author_email =
maintainer = WFP-VAM
maintainer_email =
long_description = State-of-the art whittaker smoother, implemented as fast C-extension through Cython and including a V-curve optimization of the smoothing parameter.\n\nFor more information, please visit: http://github.com/WFP-VAM/vam.whittaker
long_description_content_type=text/markdown
platforms = any
license = MIT License
url = http://github.com/WFP-VAM/vam.whittaker/
project_urls =
Bug Reporting = http://github.com/WFP-VAM/vam.whittaker/issues
classifiers =
License :: OSI Approved :: MIT License
Intended Audience :: Developers
Development Status :: 4 - Beta
Operating System :: OS Independent
Programming Language :: Python :: 3
Natural Language :: English
Topic :: Software Development :: Libraries :: Python Modules
Topic :: Scientific/Engineering :: GIS
[options]
python_requires = >=3,<4
[options.packages.find]
include =
vam*
[aliases]
test=pytest
[tool:pytest]
python_files = tests/test_*.py
filterwarnings =
ignore::UserWarning