-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update project URL in setup.py (#581)
* Update project URL * Auto update version * Auto update version * Auto update version --------- Co-authored-by: Dev version update bot <github-actions[bot]@users.noreply.github.com> Co-authored-by: Lee James O'Riordan <[email protected]>
- Loading branch information
1 parent
44c04f1
commit 520b06a
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,4 +16,4 @@ | |
Version number (major.minor.patch[-label]) | ||
""" | ||
|
||
__version__ = "0.34.0-dev23" | ||
__version__ = "0.34.0-dev24" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -194,7 +194,7 @@ def build_extension(self, ext: CMakeExtension): | |
"version": version, | ||
"maintainer": "Xanadu Inc.", | ||
"maintainer_email": "[email protected]", | ||
"url": "https://github.com/XanaduAI/pennylane-lightning", | ||
"url": "https://github.com/PennyLaneAI/pennylane-lightning", | ||
"license": "Apache License 2.0", | ||
"packages": find_namespace_packages(include=packages_list), | ||
"include_package_data": True, | ||
|