-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
31 lines (29 loc) · 857 Bytes
/
setup.cfg
File metadata and controls
31 lines (29 loc) · 857 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
[metadata]
name = petabvis
version = attr: petabvis.__version__
description = Interactive visualization of PEtab problems
keywords = petab, visualization
url = https://github.com/PEtab-dev/petabvis
project_urls =
Bug Reports = https://github.com/PEtab-dev/petabvis/issues
Source = https://github.com/PEtab-dev/petabvis
license = BSD-3-Clause License
classifiers =
Development Status :: 3 - Alpha
License :: OSI Approved :: BSD License
maintainer = Dilan Pathirana, Daniel Weindl
maintainer_email = dilan.pathirana@uni-bonn.de, daniel.weindl@helmholtz-muenchen.de
[options]
packages = find:
python_requires = >=3.7, <4
install_requires =
pandas>=1.2.1
petab>=0.1.14
pyside6>=5.15.1
PyYAML>=5.3.1
pyqtgraph>=0.11.0
scipy>=1.5.0
numpy>=1.19
[options.entry_points]
console_scripts =
petabvis=petabvis.main:main