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

Update MANIFEST to package toml files #585

Merged
merged 5 commits into from
Jan 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,9 @@
* Fix the issue with assigning kernels to ops before registering kernels on macOS
[(#582)](https://github.com/PennyLaneAI/pennylane-lightning/pull/582)

* Update `MANIFEST.in` to include device config files and `CHANGELOG.md`
[(#585)](https://github.com/PennyLaneAI/pennylane-lightning/pull/585)

### Contributors

This release contains contributions from (in alphabetical order):
Expand Down
8 changes: 4 additions & 4 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
include requirements.txt
include CHANGELOG.rst
include lightning_qubit.toml
include lightning_gpu.toml
include lightning_kokkos.toml
include .github/CHANGELOG.md
include pennylane_lightning/lightning_qubit/lightning_qubit.toml
include pennylane_lightning/lightning_qpu/lightning_gpu.toml
include pennylane_lightning/lightning_kokkos/lightning_kokkos.toml
2 changes: 1 addition & 1 deletion pennylane_lightning/core/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
Version number (major.minor.patch[-label])
"""

__version__ = "0.34.0-dev22"
__version__ = "0.34.0-dev23"
Loading