Skip to content
This repository was archived by the owner on Oct 24, 2022. It is now read-only.

Commit 2ab37de

Browse files
committed
Fix setup.py fields
1 parent 7d072f7 commit 2ab37de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@
1414
pass
1515

1616
setup(
17-
name=pygithub3.__name__,
17+
name='pygithub33',
1818
version=pygithub3.__version__,
1919
author=pygithub3.__author__,
2020
author_email=pygithub3.__email__,
21-
url='https://github.com/copitux/python-github3',
21+
url='https://github.com/Kagami/python-github3',
2222
description='Python wrapper for the github v3 api',
2323
long_description=open('README.rst').read(),
2424
license='ISC',

0 commit comments

Comments
 (0)