forked from pyplotter/pyplotter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
44 lines (40 loc) · 1.04 KB
/
setup.cfg
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
[metadata]
name = pyplotter
version = 0.3.5
author = Étienne Dumur
author_email = [email protected]
maintainer = Étienne Dumur
maintainer_email = [email protected]
description = A data browser and vizualizer for QCoDes database, csv, s2p and BlueFors logging files.
long_description = file: README.md
long_description_content_type = text/markdown; charset=UTF-8; variant=GFM
url = https://github.com/pyplotter/pyplotter
classifiers =
Programming Language :: Python :: 3
Intended Audience :: Science/Research
Operating System :: OS Independent
Topic :: Scientific/Engineering
license = MIT
packages=find_packages(),
[options]
python_requires = >=3.6
include_package_data = True
install_requires =
qdarkstyle
lmfit
multiprocess
numpy>=1.17.0
pandas>=1.0.0
platformdirs
pyopengl
pyqt5
pyqt5-sip
pyqtwebengine
pyqtgraph>=0.12.3
qcodes>=0.26.0
scikit-rf
scipy
[options.entry_points]
console_scripts =
plotter = pyplotter.pyplotter:main
pyplotter = pyplotter.pyplotter:main