forked from kdk/qiskit-timeline-debugger
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathsetup.cfg
38 lines (33 loc) · 930 Bytes
/
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
[metadata]
name = qiskit_trebugger
version = 1.1.2
author = Egretta Thula, Harshit Gupta
author_email = harshit.11235@gmail.com
description = A timeline debugger for the qiskit transpiler
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/TheGupta2012/qiskit-timeline-debugger
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: Apache Software License
Operating System :: OS Independent
[options]
package_dir =
= src
packages = find:
python_requires = >=3.9
install_requires =
ipython>=8.12.0
ipywidgets==8.0.5
qiskit>=1.0
qiskit-aer>=0.13.3
tabulate==0.9.0
matplotlib>=3.3
pylatexenc>=1.4
[options.extras_require]
test = qiskit_ibm_runtime>=0.20
ipykernel>=6.29.5
[options.package_data] # add the logo file to the package
* = views/widget/resources/*.png
[options.packages.find]
where = src