forked from MassimoCimmino/pygfunction
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
51 lines (47 loc) · 1.27 KB
/
setup.cfg
File metadata and controls
51 lines (47 loc) · 1.27 KB
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
[metadata]
name = pygfunction
version = 2.4.0.dev0
description = A g-function calculator for Python
author = Massimo Cimmino
author_email = massimo.cimmino@polymtl.ca
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.9
Topic :: Scientific/Engineering
Topic :: Utilities
[options]
packages = find:
install_requires =
numpy >= 1.26.4
scipy >= 1.13.1
secondarycoolantprops >= 1.3
typing_extensions >= 4.11.0
python_requires = >=3.9
[options.extras_require]
doc =
numpydoc >= 1.7.0
recommonmark >= 0.7.1
sphinx >= 7.3.7
plot =
matplotlib >= 3.9.2
testing =
matplotlib >= 3.9.2
pytest >= 7.4.4
pytest-cov >= 6.1.1
tox >= 4.25.0
[options.packages.find]
exclude =
doc*
examples*
tests*