-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathsetup.cfg
45 lines (38 loc) · 1.02 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
[metadata]
name = SWMM_xsections_shape_generator
version = 0.7.post2
url = https://github.com/MarkusPic/SWMM_xsections_shape_generator
project_urls =
Documentation = https://markuspic.github.io/SWMM_xsections_shape_generator/
license = MIT
license_file = LICENSE
author = Markus Pichler
author_email = [email protected]
description = US-EPA SWMM Cross-Section curve shape generator
long_description = file: README.md
long_description_content_type = text/markdown
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: MIT License
Operating System :: OS Independent
Development Status :: 4 - Beta
Natural Language :: English
Topic :: Scientific/Engineering
Intended Audience :: Science/Research
keywords =
swmm
environment
civil_engineering
[options]
python_requires = >= 3.7
include_package_data = True
packages =
shape_generator
install_requires =
numpy
[options.extras_require]
full = sympy
scipy
swmm-api>=0.3
matplotlib
ezdxf