-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
50 lines (46 loc) · 1.33 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 = eudist
url = https://github.com/dschwoerer/eudist
project_urls =
Bug Tracker = https://github.com/dschwoerer/eudist/issues
author = David Bold
author_email = dave@ipp.mpg.de
description = Calculate distances between simple shapes such as polygons.
license = GPL
python_requires = >=3.6
long_description = file: README.md
long_description_content_type = text/markdown
classifiers =
Development Status :: 4 - Beta
Intended Audience :: Science/Research
Intended Audience :: Education
Intended Audience :: Developers
License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Natural Language :: English
Operating System :: POSIX :: Linux
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Topic :: Scientific/Engineering :: Visualization
[options]
setup_requires =
setuptools>=42
setuptools_scm[toml]>=3.4
setuptools_scm_git_archive
cython
numpy
install_requires =
numpy
tests_require =
pytest >= 3.3.0
include_package_data = True
packages = find:
[options.extras_require]
docs = sphinx >= 1.4
[build_sphinx]
project = $metadata.name
version = $metadata.version
release = $metadata.version
source-dir = docs