-
Notifications
You must be signed in to change notification settings - Fork 36
/
setup.cfg
26 lines (26 loc) · 1000 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
[metadata]
description = A library for synthesizing and manipulating quantum circuits
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/boschmitt/tweedledum
author = Bruno Schmitt
license = MIT
license_file = LICENSE
platforms = unix, linux, osx, cygwin, win32
classifiers =
Development Status :: 5 - Production/Stable
License :: OSI Approved :: MIT License
Intended Audience :: Developers
Intended Audience :: Science/Research
Operating System :: Microsoft :: Windows
Operating System :: MacOS
Operating System :: POSIX :: Linux
Programming Language :: C++
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Topic :: Software Development :: Compilers
Topic :: Software Development :: Libraries