Skip to content

Commit

Permalink
reverse pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
1ucian0 committed Jan 30, 2024
1 parent ae9e091 commit 7656306
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
8 changes: 0 additions & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -116,11 +116,3 @@ enable = [

[tool.pylint.spelling]
spelling-private-dict-file = ".local-spellings"

[project.urls]
Homepage = "https://www.ibm.com/quantum/qiskit"
Documentation = "https://docs.quantum.ibm.com"
"API Reference" = "https://docs.quantum.ibm.com/api/qiskit"
Repository = "https://github.com/Qiskit/qiskit"
Issues = "https://github.com/Qiskit/qiskit/issues"
Changelog = "https://docs.quantum.ibm.com/api/qiskit/release-notes"
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,8 @@
project_urls={
"Bug Tracker": "https://github.com/Qiskit/qiskit-terra/issues",
"Documentation": "https://docs.quantum.ibm.com",
"Source Code": "https://github.com/Qiskit/qiskit-terra",
"Source Code": "https://github.com/Qiskit/qiskit",
"Homepage": "https://www.ibm.com/quantum/qiskit",
},
rust_extensions=[
RustExtension(
Expand Down

0 comments on commit 7656306

Please sign in to comment.