From: Radek Czajka Date: Mon, 28 Jan 2013 11:50:10 +0000 (+0100) Subject: dist fix X-Git-Tag: 1.0.1 X-Git-Url: https://git.mdrn.pl/django-sponsors.git/commitdiff_plain/9ef7244a7d612ef0c51489620cead15d6526e8ee?hp=d1ba48d2f76a9b1be1fc00e12ac12eebdb3b1c9e dist fix --- diff --git a/MANIFEST.in b/MANIFEST.in new file mode 100644 index 0000000..54d5146 --- /dev/null +++ b/MANIFEST.in @@ -0,0 +1,4 @@ +recursive-include sponsors/templates *.html +recursive-include sponsors/locale *.po *.mo +recursive-include sponsors/static *.js *.css + diff --git a/setup.py b/setup.py index 84aacbe..103e110 100755 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ def whole_trees(package_dir, paths): setup( name='django-sponsors', - version='1.0', + version='1.0.1', author='Marek Stępniowski', author_email='marek@stepniowski.com', maintainer='Radek Czajka',