Skip to content

Commit 7a27bf4

Browse files
authored
📝 Correct and add project metadata (#911)
## Description This PR fixes a couple of links in the `[project.urls]` table that is part of the Python package metadata. This ensures that the respective links appear as verified on PyPI and was an oversight after moving the repository. This PR also adds the new Changelog to the list of URLs. ## Checklist: <!--- This checklist serves as a reminder of a couple of things that ensure your pull request will be merged swiftly. --> - [x] The pull request only contains commits that are related to it. - [x] I have added appropriate tests and documentation. - [x] I have made sure that all CI jobs on GitHub pass. - [x] The pull request introduces no new warnings and follows the project's style guidelines. Signed-off-by: burgholzer <[email protected]>
1 parent db228ec commit 7a27bf4

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

pyproject.toml

+5-3
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,12 @@ mqt-core-dd-compare = "mqt.core.dd_evaluation:main"
4747
mqt-core-cli = "mqt.core.__main__:main"
4848

4949
[project.urls]
50-
Homepage = "https://github.com/cda-tum/mqt-core"
50+
Homepage = "https://github.com/munich-quantum-toolkit/core"
51+
Changelog = "https://github.com/munich-quantum-toolkit/core/blob/main/CHANGELOG.md"
5152
Documentation = "https://mqt.readthedocs.io/projects/core"
52-
Issues = "https://github.com/cda-tum/mqt-core/issues"
53-
Discussions = "https://github.com/cda-tum/mqt-core/discussions"
53+
Issues = "https://github.com/munich-quantum-toolkit/core/issues"
54+
Discussions = "https://github.com/munich-quantum-toolkit/core/discussions"
55+
PyPI = "https://pypi.org/project/mqt-core/"
5456

5557

5658
[tool.scikit-build]

0 commit comments

Comments
 (0)