Skip to content

Commit

Permalink
Merge branch 'main' into readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored May 31, 2023
2 parents 3e1fef0 + 2c75582 commit 6986bb3
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 6986bb3

Please sign in to comment.