Skip to content

Commit e5d7790

Browse files
Update setup.py
1 parent 97a746e commit e5d7790

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,11 @@
4343
description="Python SDK for the ProjectX Gateway API",
4444
long_description=long_description,
4545
long_description_content_type="text/markdown",
46-
url="https://github.com/projectx/projectx-sdk-python",
46+
url="https://github.com/ChristianJStarr/projectx-sdk-python",
4747
project_urls={
48-
"Bug Tracker": "https://github.com/projectx/projectx-sdk-python/issues",
48+
"Bug Tracker": "https://github.com/ChristianJStarr/projectx-sdk-python/issues",
4949
"Documentation": "https://projectx-sdk-python.readthedocs.io/",
50-
"Source Code": "https://github.com/projectx/projectx-sdk-python",
50+
"Source Code": "https://github.com/ChristianJStarr/projectx-sdk-python",
5151
},
5252
packages=find_packages(exclude=["tests", "tests.*", "examples", "examples.*"]),
5353
classifiers=[

0 commit comments

Comments
 (0)