Skip to content

Commit af99073

Browse files
Release v0.4.1 [skip ci]
1 parent 33ac2e7 commit af99073

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "qiskit-rigetti"
3-
version = "0.4.0"
3+
version = "0.4.1"
44
description = "Provider for running Qiskit circuits on Rigetti QPUs and simulators."
55
authors = ["Rigetti Computing"]
66
license = "Apache-2.0"

setup.py

+8-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
setup(
2222
long_description=readme,
2323
name="qiskit-rigetti",
24-
version="0.4.0",
24+
version="0.4.1",
2525
description="Provider for running Qiskit circuits on Rigetti QPUs and simulators.",
2626
python_requires="==3.*,>=3.7.0",
2727
project_urls={
@@ -39,7 +39,13 @@
3939
"Topic :: Scientific/Engineering :: Physics",
4040
"Typing :: Typed",
4141
],
42-
packages=["qiskit_rigetti", "qiskit_rigetti.gates", "qiskit_rigetti.hooks"],
42+
packages=[
43+
"node_modules.npm.node_modules.node-gyp.gyp.pylib.gyp",
44+
"node_modules.npm.node_modules.node-gyp.gyp.pylib.gyp.generator",
45+
"qiskit_rigetti",
46+
"qiskit_rigetti.gates",
47+
"qiskit_rigetti.hooks",
48+
],
4349
package_dir={"": "."},
4450
package_data={"qiskit_rigetti": ["*.typed"]},
4551
install_requires=[

0 commit comments

Comments
 (0)