-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
63 lines (59 loc) · 1.63 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
51
52
53
54
55
56
57
58
59
60
61
62
63
[metadata]
name = btbpy
author = Julien Jamme, Arlindo Dos Santos, François Sémécurbe, Lino Galiana
author_email = julien.jamme@protonmail.com
maintainer = Julien Jamme
maintainer_email = julien.jamme@protonmail.com
version = 0.1.0
url = https://github.com/InseeFrLab/btbpy/
description = Smooth geographical data.
long_description = file: README.md
long_description_content_type = text/markdown
license = GPL3
classifiers =
Development Status :: 5 - Production/Stable
Intended Audience :: Developers
Intended Audience :: Information Technology
Intended Audience :: Science/Research
License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Operating System :: Microsoft :: Windows
Operating System :: MacOS
Operating System :: POSIX
Operating System :: Unix
Programming Language :: Python
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Cython
Topic :: Scientific/Engineering
Topic :: Scientific/Engineering :: Mathematics
Topic :: Scientific/Engineering :: Geography
Topic :: Software Development
Topic :: Utilities
keywords =
smooth
geography
kernel
smoothing
[options]
python_requires = >=3.1
packages = find:
include_package_data = True
zip_safe = False
install_requires =
numpy >=1.13.3
pandas
geopandas
setup_requires = Cython
[options.package_data]
* = *.csv, *.shp, *.shx, *.prj, *.dbf
[options.packages.find]
# where = src
exclude =
tests
extern
[tool:pytest]
junit_family=xunit2
testpaths =
tests