Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.

Commit

Permalink
prepared setup.cfg for version 2.0.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
WolfLink committed Oct 16, 2020
1 parent 6b128e8 commit a5e27a5
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[metadata]
name = qsearch
version = 2.0.0.post1
version = 2.0.1
description = Search-Based Quantum Synthesis/Compilation
long_description_content_type = text/markdown
url = https://github.com/Wolflink/search_compiler
url = https://github.com/BQSKit/qsearch
author = LBNL - AQT
author_email = marc.davis@lbl.gov
classifiers =
Development Status :: 4 - Beta
Development Status :: 5 - Stable
Intended Audience :: Science/Research
Topic :: Software Development :: Compilers
Programming Language :: Python :: 3.6
Expand All @@ -21,11 +21,10 @@ python_requires = >=3.6, <4
install_requires =
numpy >=1.16.5
scipy
qsrs >= 1.0.0, < 2.0.0
qsrs >= 1.0.1, < 2.0.0

[options.extras_require]
cma = cma
graphics = matplotlib

[bdist_wheel]
universal = 1
Expand Down

0 comments on commit a5e27a5

Please sign in to comment.