Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixing package error #28

Merged
merged 1 commit into from
Jun 1, 2023

Conversation

chris-theroux
Copy link
Collaborator

Summary

Updated setup.py 'packages' to reference correct path.

Details and comments

@@ -58,7 +58,7 @@
long_description=long_description,
long_description_content_type='text/markdown',
url="https://github.com/qiskit-community/qiskit-quantinuum-provider",
packages=setuptools.find_namespace_packages(include=['qiskit.*']),
packages=setuptools.find_namespace_packages(include=['qiskit_quantinuum*']),
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missed this when we updated the file structure from qiskit/providers/quantinuum to just qiskit_quantiuum.

Tested locally and it allowed me to import the package.
Let me know if there are any other changes I should make with this.

@1ucian0 1ucian0 merged commit 1f8173c into qiskit-community:master Jun 1, 2023
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants