forked from gyanz/pydsstools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
40 lines (36 loc) · 882 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
[metadata]
name = pydsstools
version = 2.2
description = Python library to read-write HEC-DSS database file
long_description = file: README.md
long_description_content_type = text/markdown
url =
author = Gyan Basyal
author_email = [email protected]
license = MIT
license_file = LICENSE
classifiers =
Development Status :: 2 - Pre-Alpha
Intended Audience :: Water resources engineers/Engineers/Researcher
Operating System :: Windows 10/Linux
Programming Language :: Python :: 3
Topic :: Scientific/Engineering
#project_urls =
# Documentation =
# Source Code =
[options]
#packages = find:
install_requires =
numpy>=1.16.4
pandas
affine
python_requires = >=3.6
extra_require =
gdal >= 3.2.2
rasterio >= 1.2.1
matplotlib
include_package_data = True
zip_safe = False
[build_ext]
inplace = False
#[options.extras_require]