From 166a442bd7fc983ecb5cb49aa68dce2a17855d1b Mon Sep 17 00:00:00 2001 From: ?ukasz Langa Date: Sat, 25 May 2013 23:46:41 +0200 Subject: bootstrap updates necessary for 3.2 - 3.3 compatibility --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') 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', -- cgit v1.2.1