-
Notifications
You must be signed in to change notification settings - Fork 604
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Various things while validating changes for 0.31 (#4279)
* change link in setup.py * fix qchem docs * fix qcut docs
- Loading branch information
Showing
6 changed files
with
27 additions
and
24 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
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
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
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
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
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 |
---|---|---|
|
@@ -12,6 +12,8 @@ | |
# See the License for the specific language governing permissions and | ||
# limitations under the License. | ||
|
||
"""Setup file for package installation.""" | ||
|
||
from setuptools import setup, find_packages | ||
|
||
with open("pennylane/_version.py") as f: | ||
|
@@ -37,7 +39,7 @@ | |
"version": version, | ||
"maintainer": "Xanadu Inc.", | ||
"maintainer_email": "[email protected]", | ||
"url": "https://github.com/XanaduAI/pennylane", | ||
"url": "https://github.com/PennyLaneAI/pennylane", | ||
"license": "Apache License 2.0", | ||
"packages": find_packages(where="."), | ||
"entry_points": { | ||
|