Skip to content

Commit d191b41

Browse files
added link to repo and doc
1 parent 6b62d81 commit d191b41

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

setup.py

+5-2
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,11 @@
99
with open("requirements.txt", "r") as f:
1010
requirements = f.readlines()
1111

12-
1312

1413
setup(
1514
name="mpqp",
1615
use_scm_version=True,
17-
setup_requires=['setuptools_scm'],
16+
setup_requires=["setuptools_scm"],
1817
description="Facilitate quantum algorithm development and execution, regardless of the hardware, with MPQP",
1918
long_description=long_description,
2019
long_description_content_type="text/markdown",
@@ -28,5 +27,9 @@
2827
"setup_connections = mpqp.execution.connection.setup_connections:main_setup",
2928
]
3029
},
30+
project_urls={
31+
"Repository": "https://github.com/ColibrITD-SAS/mpqp",
32+
"Documentation": "https://mpqpdoc.colibri-quantum.com/",
33+
},
3134
package_data={"mpqp.qasm.header_codes": ["*.qasm", "*.inc"]},
3235
)

0 commit comments

Comments
 (0)