forked from watts-dev/watts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
63 lines (59 loc) · 1.83 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
[metadata]
name = watts
version = 0.3.0-dev
author = UChicago Argonne, LLC
author_email = [email protected]
description = Workflow and Template Toolkit for Simulation
long_description =
WATTS (Workflow and Template Toolkit for Simulation) provides a set of
Python classes that can manage simulation workflows for multiple codes where
information is exchanged at a coarse level. For each code, input files rely
on placeholder values that are filled in based on a set of user-defined
parameters.
WATTS is being developed with support from Argonne National Laboratory. For
any questions, please contact [[email protected]](mailto:[email protected]).
long_description_content_type = text/markdown
license = MIT License
url = https://github.com/watts-dev/watts
project_urls =
Bug Tracker = https://github.com/watts-dev/watts/issues
Documentation = https://watts.readthedocs.io
Source Code = https://github.com/watts-dev/watts
classifiers =
Development Status :: 3 - Alpha
Intended Audience :: Developers
Intended Audience :: End Users/Desktop
Intended Audience :: Science/Research
License :: OSI Approved :: MIT License
Natural Language :: English
Operating System :: OS Independent
Topic :: Scientific/Engineering
Programming Language :: C++
Programming Language :: Python :: 3
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
[options]
package_dir =
= src
packages = find:
python_requires = >=3.7
install_requires =
Jinja2
dill
numpy
pandas
platformdirs
prettytable
astropy
uncertainties
[options.extras_require]
test = pytest
docs =
sphinx
pydata_sphinx_theme
sphinx_design
sphinx-autodoc-typehints
[options.packages.find]
where = src