Skip to content

Commit

Permalink
Release v3.0.0-rc.9 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Apr 8, 2021
1 parent 34cbc26 commit 8e76000
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 14 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pyquil"
version = "3.0.0-rc.8"
version = "3.0.0-rc.9"
description = ""
authors = []
packages = [
Expand Down
15 changes: 2 additions & 13 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,32 +14,21 @@
setup(
long_description=readme,
name="pyquil",
version="3.0.0-rc.8",
version="3.0.0-rc.9",
python_requires="==3.*,>=3.7.0",
packages=[
"pyquil",
"pyquil._parser",
"pyquil.api",
"pyquil.api.tests",
"pyquil.experiment",
"pyquil.experiment.tests",
"pyquil.external",
"pyquil.latex",
"pyquil.latex.tests",
"pyquil.quantum_processor",
"pyquil.quantum_processor.tests",
"pyquil.quantum_processor.transformers",
"pyquil.simulation",
"pyquil.simulation.tests",
"pyquil.tests",
],
package_dir={"": "."},
package_data={
"pyquil": ["*.typed"],
"pyquil._parser": ["*.lark", "*.md"],
"pyquil.external": ["*.md"],
"pyquil.tests": ["data/*.json", "data/*.quil", "data/*.toml", "data/rpcq_client_key/*.key"],
},
package_data={"pyquil": ["*.typed"], "pyquil._parser": ["*.lark", "*.md"], "pyquil.external": ["*.md"]},
install_requires=[
'importlib-metadata==3.*,>=3.7.3; python_version < "3.8"',
"ipython==7.*,>=7.21.0",
Expand Down

0 comments on commit 8e76000

Please sign in to comment.