File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
"""The module that holds much of the metadata about github3.py."""
2
2
__package_name__ = 'github3.py'
3
3
__title__ = 'github3'
4
- __author__ = 'Ian Cordasco'
4
+ __author__ = 'Ian Stapleton Cordasco'
5
5
__author_email__ = 'graffatcolmingov@gmail.com'
6
6
__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 '
9
9
__version_info__ = tuple (int (i ) for i in __version__ .split ('.' ) if i .isdigit ())
10
10
__url__ = 'https://github3.readthedocs.io'
11
11
Original file line number Diff line number Diff line change @@ -73,9 +73,9 @@ def run_tests(self):
73
73
long_description = "\n \n " .join ([open ("README.rst" ).read (),
74
74
open ("LATEST_VERSION_NOTES.rst" ).read ()]),
75
75
license = '3-clause BSD' ,
76
- author = "Ian Cordasco" ,
76
+ author = "Ian Stapleton Cordasco" ,
77
77
author_email = "graffatcolmingov@gmail.com" ,
78
- url = "https://github3py .readthedocs.io" ,
78
+ url = "https://github3 .readthedocs.io" ,
79
79
packages = packages ,
80
80
install_requires = requires ,
81
81
classifiers = [
You can’t perform that action at this time.
0 commit comments