Commit 01a5d0c 1 parent 6588d42 commit 01a5d0c Copy full SHA for 01a5d0c
File tree 2 files changed +46
-0
lines changed
2 files changed +46
-0
lines changed Original file line number Diff line number Diff line change
1
+ [metadata]
2
+ name = pysimdeum
3
+ version = 0.0.1
4
+ description = A stochastic water demand end-use model in Python
5
+ ; author = David B. Steffelbauer
6
+
7
+ ; maintainer = Bram Hillebrand
8
+ ; maintainer-email = [email protected]
9
+ ; long_description = file: README.md
10
+ license = EUPL
11
+ classifiers =
12
+ Development Status :: 4 - Beta
13
+ Intended Audience :: Developers
14
+ Topic :: Scientific/Engineering
15
+ License :: OSI Approved :: EUPL License
16
+ Programming Language :: Python :: 3.8
17
+ Typing :: Typed
18
+ ; url = https://github.com/KWR-Water/pysimdeum
19
+ project_urls =
20
+ Documentation = https://pysimdeum.readthedocs.io
21
+ keyword =
22
+ water demand
23
+ modelling
24
+ stochastic
25
+
26
+ [options]
27
+ python_requires_python = >3.8
28
+ install_requires =
29
+ matplotlib
30
+ numpy
31
+ pandas
32
+ toml
33
+ xarray
34
+ scipy
35
+ packages = find:
36
+
37
+ [options.package_data]
38
+ * = *.exe
39
+
40
+ [options.packages.find]
41
+ exclude =
42
+ examples
43
+ testing
Original file line number Diff line number Diff line change
1
+ from setuptools import setup
2
+
3
+ setup ()
You can’t perform that action at this time.
0 commit comments