-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsetup.cfg
31 lines (27 loc) · 794 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
[metadata]
name = pqca
version = 1.1.1
author = Hector Miller-Bakewell
author_email = hmillerbakewell@gmail.com
description = Construct and simulate partitioned quantum cellular automata
long_description = file: README.md
long_description_content_type = text/markdown; charset=UTF-8
url = https://github.com/hmillerbakewell/partitioned-quantum-cellular-automata
keywords = quantum computing, cellular automata
classifiers =
Programming Language :: Python :: 3
Programming Language :: Python :: 3.8
License :: OSI Approved :: MIT License
Operating System :: OS Independent
[options]
package_dir =
= src
packages = find:
python_requires = >=3.8
install_requires =
qiskit>=1.0
qiskit_ibm_runtime>=0.35
test_requires =
pytest
[options.packages.find]
where = src