-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathsetup.cfg
52 lines (48 loc) · 990 Bytes
/
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
[metadata]
description_file = README.md
url = https://github.com/jgrss/geosample
license = LICENSE.txt
version = attr: geosample.__version__
classifiers =
Intended Audience :: Science/Research
Programming Language :: Python :: 3.7 :: 3.8 :: 3.9
[options]
package_dir=
=src
packages=find:
include_package_data = True
setup_requires =
setuptools>=59.5.0
numpy>=1.19.0
python_requires = >=3.7,<3.10
install_requires =
attrs>=19.3.0
click-plugins>=1.1.1
click>=7.1.2
cligj>=0.5.0
fiona
geopandas>=0.8.0
joblib>=0.16.0
munch>=2.5.0
numpy>=1.19.0
pandas>=1.0.5
pyproj>=3.0.0,<=3.4.0
python-dateutil>=2.8.1
pytz>=2020.1
scikit-learn>=0.23.1
scipy>=1.5.1
shapely>=1.7.0
six>=1.15.0
threadpoolctl>=3.1.0
[options.extras_require]
tests = testfixtures
pre-commit
black
flake8
docformatter
isort
rtree>=1.0.1
[options.packages.find]
where=src
[options.package_data]
* = *.md, *.txt