Skip to content

Commit

Permalink
Add project urls to setup (#281)
Browse files Browse the repository at this point in the history
* Add project urls to setup

* Fix copyright date

(cherry picked from commit 2c75582)
  • Loading branch information
woodsp-ibm authored and mergify[bot] committed May 31, 2023
1 parent bd39d81 commit c997ff1
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This code is part of Qiskit.
#
# (C) Copyright IBM 2021, 2022.
# (C) Copyright IBM 2021, 2023.
#
# This code is licensed under the Apache License, Version 2.0. You may
# obtain a copy of this license in the LICENSE.txt file in the root directory
Expand Down Expand Up @@ -68,5 +68,10 @@
install_requires=REQUIREMENTS,
include_package_data=True,
python_requires=">=3.7",
project_urls={
"Bug Tracker": "https://github.com/Qiskit/qiskit-finance/issues",
"Documentation": "https://qiskit.org/ecosystem/finance/",
"Source Code": "https://github.com/Qiskit/qiskit-finance",
},
zip_safe=False
)

0 comments on commit c997ff1

Please sign in to comment.