qiskit-community / qiskit-quantinuum-provider

Qiskit provider for Quantinuum backends.
Apache License 2.0
21 stars 17 forks source link

Update and fix python package and versioning #6

Closed mtreinish closed 4 years ago

mtreinish commented 4 years ago

Summary

This commit goes through and fixes several aspects related to the packaging around the honeywell provider. It mainly fixes small oversights that were resulting in a package that would work but was either including extra files which were unecsessary or missing metadata. At the same time the versioning scheme for the project is updated to be consistent with the rest of Qiskit. A version attribute is added to init module for the honeywell namespace too.

Details and comments