X-Git-Url: http://dolda2000.com/gitweb/?p=wrw.git;a=blobdiff_plain;f=setup.py;h=d8eb0735bc6543cf2dfec3ab7906c7e573cd04f0;hp=a3f45d23688f8d6b5a27b0f2c4e8d637cf507512;hb=328e9684d09e1f415622ba3d7bc7fc446f54e1a1;hpb=7ebccced9e239d65ac35b24224bdc7e026170e6f diff --git a/setup.py b/setup.py index a3f45d2..d8eb073 100755 --- a/setup.py +++ b/setup.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python3 from distutils.core import setup, Extension @@ -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")