summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorVal Neekman <val@neekware.com>2015-05-29 14:34:03 -0400
committerVal Neekman <val@neekware.com>2015-05-29 14:34:03 -0400
commit6641433a3ad1ba96f6a0d5677b44e2f787ac39a8 (patch)
tree399dbb69382cf079849478999225e5b43925b8ed /setup.py
parentfe2d4b56dfe5a7e2b50e4c2762ff2a88f77257da (diff)
downloadpython-slugify-6641433a3ad1ba96f6a0d5677b44e2f787ac39a8.tar.gz
add stopwatch, upversion
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 946cda6..914c919 100755
--- a/setup.py
+++ b/setup.py
@@ -85,6 +85,5 @@ setup(
package_data=get_package_data(package),
install_requires=install_requires,
classifiers=classifiers,
- use_2to3=True,
entry_points={'console_scripts': ['slugify=slugify.slugify:main']},
)