Skip to content

Commit a9b4211

Browse files
authored
Merge pull request #14 from shawwn/patch-2
Fix broken homepage url on PyPI project page
2 parents a6ed86e + f12e5d0 commit a9b4211

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
description="Run Python using packages from local directory __pypackages__",
2727
long_description=README,
2828
long_description_content_type="text/markdown",
29-
url="https://github.com/pipxproject/pythonloc",
29+
url="https://github.com/cs01/pythonloc",
3030
packages=find_packages(exclude=["contrib", "docs", "tests*"]),
3131
include_package_data=True,
3232
keywords=[],

0 commit comments

Comments
 (0)