aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorDavid Medina <davidmedina9@gmail.com>2012-03-02 00:23:09 +0100
committerDavid Medina <davidmedina9@gmail.com>2012-03-02 00:23:09 +0100
commitc5250879d1bcf4e1a42063e96f6ed9a477138898 (patch)
tree67c298aaaa931c215efed482eabfc6075297e41a /setup.py
parentFix setup.py install (diff)
downloadpython-github3-c5250879d1bcf4e1a42063e96f6ed9a477138898.tar.xz
python-github3-c5250879d1bcf4e1a42063e96f6ed9a477138898.zip
Add Manifest
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index dc50508..eeabe73 100644
--- a/setup.py
+++ b/setup.py
@@ -16,7 +16,6 @@ setup(
packages=find_packages(exclude=['*tests*']),
install_requires=map(str.strip, open('requirements.txt')),
include_package_data = True,
- package_data={'': ['README.rst', 'AUTHORS.rst', 'LICENSE']},
classifiers=(
'Programming Language :: Python',
'Programming Language :: Python :: 2.6',