Skip to content
This repository was archived by the owner on Jun 25, 2019. It is now read-only.

Commit 38a800b

Browse files
author
Gergo Horanyi
committed
Renaming package
1 parent e5b2d9f commit 38a800b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pygithub3/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- encoding: utf-8 -*-
22

3-
__title__ = 'pygithub3'
3+
__title__ = 'prezi-pygithub3'
44
__version__ = '0.5.1'
55
__author__ = 'David Medina'
66
__email__ = 'davidmedina9@gmail.com'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
pass
1515

1616
setup(
17-
name=pygithub3.__name__,
17+
name='prezi-pygithub3',
1818
version=pygithub3.__version__,
1919
author=pygithub3.__author__,
2020
author_email=pygithub3.__email__,

0 commit comments

Comments
 (0)