-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsetup.cfg
More file actions
43 lines (36 loc) · 938 Bytes
/
setup.cfg
File metadata and controls
43 lines (36 loc) · 938 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
[metadata]
name = ScenarioGUI
version = 0.3.1
author = Tobias Blanke
author_email = blanke@fh-aachen.de
description = Python package for a scenario based GUI
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/tblanke/ScenarioGUI
classifiers =
Programming Language :: Python :: 3
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
License :: OSI Approved :: BSD License
Operating System :: OS Independent
[options]
packages = find:
python_requires = >=3.8
include_package_data = True
install_requires =
matplotlib>=3.5.2
numpy>=1.23.1
PySide6>=6.4.1
[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