-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsetup.cfg
More file actions
40 lines (34 loc) · 717 Bytes
/
setup.cfg
File metadata and controls
40 lines (34 loc) · 717 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
[metadata]
name = GHEtoolGUI
version = 2.2.0
author = Wouter Peere
description = GUI for GHEtool
long_description = file: README.md
long_description_content_type = text/markdown
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: BSD License
Operating System :: OS Independent
[options]
packages = find:
python_requires = >=3.7
include_package_data = True
install_requires =
matplotlib>=3.5.2
numpy>=1.23.1
pandas>=1.4.3
pygfunction>=2.2.1
configparser>=5.3.0
scipy>=1.8.1
pytest>=7.1.2
GHEtool>=2.2.0
[options.extras_require]
GUI = pyside6>=6.4.1
[flake8]
max-line-length =160
exclude = __init__.py
[pylint]
max-line-length=160
disable=R0902
[tool:pytest]
qt_api=pyside6