-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathsetup.cfg
More file actions
43 lines (37 loc) · 914 Bytes
/
setup.cfg
File metadata and controls
43 lines (37 loc) · 914 Bytes
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 = GHEtool
version = 2.4.1.dev6
author = Wouter Peere
author_email = wouter@ghetool.eu
description = Python package for borefield sizing
long_description = file: README.md
long_description_content_type = text/markdown
url = https://ghetool.eu
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: BSD License
Operating System :: OS Independent
[options]
packages = find:
python_requires = >=3.10
include_package_data = True
install_requires =
matplotlib>=3.9.2
numpy>=2.0.0
pandas>=1.4.3
scipy>=1.8.1
pygfunction>=2.3.0
secondarycoolantprops >= 1.1
optuna >= 3.6.1
[options.packages.find]
exclude =
GHEtool.Examples
GHEtool.test
[options.package_data]
* = *.csv, *.txt, *.npy, *
[flake8]
max-line-length = 160
exclude = __init__.py
[pylint]
max-line-length = 160
disable = R0902