aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorDavid Medina <davidmedina9@gmail.com>2012-03-03 11:07:31 +0100
committerDavid Medina <davidmedina9@gmail.com>2012-03-03 11:07:31 +0100
commit221aae624d8a32e801268d2ea5866e885bd3b042 (patch)
tree788fdb1cf95199bf9d6e7ee3429b3bcf73251942 /setup.py
parentAdd Manifest (diff)
downloadpython-github3-221aae624d8a32e801268d2ea5866e885bd3b042.tar.xz
python-github3-221aae624d8a32e801268d2ea5866e885bd3b042.zip
Service repos done
+repos.hooks
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index eeabe73..9052973 100644
--- a/setup.py
+++ b/setup.py
@@ -15,7 +15,7 @@ setup(
license='ISC',
packages=find_packages(exclude=['*tests*']),
install_requires=map(str.strip, open('requirements.txt')),
- include_package_data = True,
+ include_package_data=True,
classifiers=(
'Programming Language :: Python',
'Programming Language :: Python :: 2.6',