aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
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',