From: Fredrik Tolf Date: Sun, 13 May 2012 01:54:14 +0000 (+0200) Subject: Merge branch 'master' into python3 X-Git-Url: http://dolda2000.com/gitweb/?a=commitdiff_plain;h=313cc8f23e7a5656a6d2ad9e56e94e0e119c8f85;hp=-c;p=wrw.git Merge branch 'master' into python3 --- 313cc8f23e7a5656a6d2ad9e56e94e0e119c8f85 diff --combined setup.py index 85a07ae,3775c63..d8eb073 --- a/setup.py +++ b/setup.py @@@ -1,4 -1,4 +1,4 @@@ -#!/usr/bin/python +#!/usr/bin/python3 from distutils.core import setup, Extension @@@ -7,6 -7,6 +7,6 @@@ setup(name = "wrw" description = "Simple WSGI request wrapper library", author = "Fredrik Tolf", author_email = "fredrik@dolda2000.com", - packages = ["wrw"], + packages = ["wrw", "wrw.sp"], package_data = {"wrw": ["makolib/*.mako"]}, license = "GPL-3")