-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathsetup.cfg
43 lines (40 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
[metadata]
name = pysimdeum
version = attr: pysimdeum.__version__
description = A stochastic water demand end-use model in Python
author = David B. Steffelbauer
author-email = [email protected]
maintainer = Bram Hillebrand
maintainer-email = [email protected]
long_description = file: README.md
long_description_content_type = text/markdown
license = "EUPL"
classifiers =
Development Status :: 4 - Beta
Intended Audience :: Developers
Topic :: Scientific/Engineering
License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)
Programming Language :: Python :: 3.8
Typing :: Typed
url = https://github.com/KWR-Water/pysimdeum
project_urls =
Documentation = https://pysimdeum.readthedocs.io
keyword =
water demand
modelling
stochastic
[options]
python_requires_python = >3.8
install_requires =
matplotlib
numpy
pandas
toml
xarray
scipy
packages=find:
include_package_data = True
[options.packages.find]
exclude =
examples
testing