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
- include README.rst LICENSE HISTORY.rst
1
+ include README.rst LICENSE HISTORY.rst AUTHORS.rst
Original file line number Diff line number Diff line change 22
22
description = "Python wrapper for the GitHub API (http://developer.github.com/v3)" ,
23
23
long_description = "\n \n " .join ([open ("README.rst" ).read (),
24
24
open ("HISTORY.rst" ).read ()]),
25
- license = open ('LICENSE' ).read ()
26
- author = "Ian Cordasco" ,
25
+ license = open ('LICENSE' ).read (),
26
+ author = github3 . __author__ ,
27
27
author_email = "graffatcolmingov@gmail.com" ,
28
28
url = "https://github3py.readthedocs.org" ,
29
29
packages = packages ,
30
- package_data = {'' : ['LICENSE' ]},
31
- install_package_data = True ,
30
+ package_data = {'' : ['LICENSE' , 'AUTHORS.rst' ]},
31
+ include_package_data = True ,
32
32
install_requires = requires ,
33
33
classifiers = [
34
34
'Development Status :: 2 - Pre-Alpha' ,
You can’t perform that action at this time.
0 commit comments