forked from microsoft/qiskit-qir
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
46 lines (41 loc) · 1.07 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
45
46
[metadata]
name = qiskit-qir-alice-bob-fork
version = 0.5.0rc0
author = Alice & Bob
author_email = contact@alice-bob.com
description = Qiskit to QIR translator
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/Alice-Bob-SW/qiskit-qir
project_urls =
Bug Tracker = https://github.com/Alice-Bob-SW/qiskit-qir
classifiers =
Development Status :: 3 - Alpha
Intended Audience :: Developers
License :: OSI Approved :: MIT License
Natural Language :: English
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
Operating System :: Microsoft
Operating System :: MacOS
Operating System :: Unix
[options]
package_dir =
= src
packages = find:
python_requires = >=3.8
install_requires =
qiskit>=1.0.0,<2.0
pyqir>=0.10.0,<0.11.0
[options.extras_require]
test = pytest
[options.packages.find]
where = src
[bdist_wheel]
universal = 1
[flake8]
exclude = docs