Skip to content

Commit 0c8c29f

Browse files
authored
Update setup.py
1 parent d858d25 commit 0c8c29f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

setup.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@
1616
description="A strict CLI + library API to report untyped variables, arguments, and function returns in Python code",
1717
long_description=long_description,
1818
long_description_content_type="text/markdown",
19-
url="https://github.com/kairos-xx/GitPyPi_3.12",
19+
url="https://github.com/kairos-xx/typecoverage",
2020
project_urls={
21-
"Homepage": "https://github.com/kairos-xx/GitPyPi_3.12",
22-
"Repository": "https://github.com/kairos-xx/GitPyPi_3.12",
23-
"Documentation": "https://github.com/kairos-xx/GitPyPi_3.12/tree/main/docs",
24-
"Issues": "https://github.com/kairos-xx/GitPyPi_3.12/issues",
25-
"Changelog": "https://github.com/kairos-xx/GitPyPi_3.12/releases",
21+
"Homepage": "https://github.com/kairos-xx/typecoverage",
22+
"Repository": "https://github.com/kairos-xx/typecoverage",
23+
"Documentation": "https://github.com/kairos-xx/typecoverage/docs",
24+
"Issues": "https://github.com/kairos-xx/typecoverage/issues",
25+
"Changelog": "https://github.com/kairos-xx/typecoverage/releases",
2626
},
2727
packages=find_packages(include=["typecoverage", "typecoverage.*"]),
2828
package_data={

0 commit comments

Comments
 (0)