-
Notifications
You must be signed in to change notification settings - Fork 21
/
setup.cfg
41 lines (39 loc) · 1.14 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
[metadata]
name = pygfunction
version = 2.3.0.dev0
description = A g-function calculator for Python
author = Massimo Cimmino
author_email = [email protected]
long_description_content_type = text/markdown
long_description = file: README.md, CHANGELOG.md, LICENSE.md
keywords = Geothermal, Ground-source, Ground heat exchangers
url = https://github.com/MassimoCimmino/pygfunction
license = BSD 3-Clause License
classifiers =
Development Status :: 5 - Production/Stable
Intended Audience :: Science/Research
License :: OSI Approved :: BSD License
Natural Language :: English
Operating System :: OS Independent
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.8
Topic :: Scientific/Engineering
Topic :: Utilities
[options]
packages = pygfunction
install_requires =
matplotlib >= 3.5.1
numpy >= 1.21.5
scipy >= 1.7.3
secondarycoolantprops >= 1.1
python_requires = >=3.8
[options.extras_require]
doc =
numpydoc >= 1.2.0
recommonmark >= 0.6.0
sphinx >= 4.4.0
testing =
pytest >= 7.1.1
pytest-cov >= 3.0.0
tox >= 3.24.5