8000 Update my name, docs link, and version · staticdev/github4.py@398417d · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on May 22, 2021. It is now read-only.

Commit 398417d

Browse files
committed
Update my name, docs link, and version
1 parent 6de8983 commit 398417d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

github3/__about__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
"""The module that holds much of the metadata about github3.py."""
22
__package_name__ = 'github3.py'
33
__title__ = 'github3'
4-
__author__ = 'Ian Cordasco'
4+
__author__ = 'Ian Stapleton Cordasco'
55
__author_email__ = 'graffatcolmingov@gmail.com'
66
__license__ = 'Modified BSD'
7-
__copyright__ = 'Copyright 2012-2016 Ian Cordasco'
8-
__version__ = '1.0.0a4'
7+
__copyright__ = 'Copyright 2012-2018 Ian Stapleton Cordasco'
8+
__version__ = '1.0.0'
99
__version_info__ = tuple(int(i) for i in __version__.split('.') if i.isdigit())
1010
__url__ = 'https://github3.readthedocs.io'
1111

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,9 @@ def run_tests(self):
7373
long_description="\n\n".join([open("README.rst").read(),
7474
open("LATEST_VERSION_NOTES.rst").read()]),
7575
license='3-clause BSD',
76-
author="Ian Cordasco",
76+
author="Ian Stapleton Cordasco",
7777
author_email="graffatcolmingov@gmail.com",
78-
url="https://github3py.readthedocs.io",
78+
url="https://github3.readthedocs.io",
7979
packages=packages,
8080
install_requires=requires,
8181
classifiers=[

0 commit comments

Comments
 (0)
0