Skip to content

Commit

Permalink
Add project urls to setup (#647)
Browse files Browse the repository at this point in the history
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
  • Loading branch information
woodsp-ibm and mergify[bot] authored May 31, 2023
1 parent b98bc84 commit 3654cfd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,5 +72,10 @@
'torch': ["torch"],
'sparse': ["sparse"],
},
project_urls={
"Bug Tracker": "https://github.com/Qiskit/qiskit-machine-learning/issues",
"Documentation": "https://qiskit.org/ecosystem/machine-learning/",
"Source Code": "https://github.com/Qiskit/qiskit-machine-learning",
},
zip_safe=False
)

0 comments on commit 3654cfd

Please sign in to comment.