summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
author?ukasz Langa <lukasz@langa.pl>2013-05-25 23:46:41 +0200
committer?ukasz Langa <lukasz@langa.pl>2013-05-25 23:46:41 +0200
commit166a442bd7fc983ecb5cb49aa68dce2a17855d1b (patch)
treef59809c11ea9d5b3beafb0a5b7c0d2f960ecac9f /setup.py
parent608f97f22cb57c6f96efa9c19e27e400cb6b289e (diff)
downloadsingledispatch-166a442bd7fc983ecb5cb49aa68dce2a17855d1b.tar.gz
bootstrap updates necessary for 3.2 - 3.3 compatibility
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 834e9f1..4ca442a 100644
--- a/setup.py
+++ b/setup.py
@@ -54,7 +54,7 @@ setup (
'genericfunctions decorator backport',
platforms = ['any'],
license = 'MIT',
- py_modules = ('singledispatch',),
+ py_modules = ('singledispatch', 'singledispatch_helpers'),
zip_safe = True,
install_requires = [
'six',