From: Radek Czajka Date: Mon, 28 Jan 2013 12:04:07 +0000 (+0100) Subject: forgotten dist includes X-Git-Tag: 1.0.2 X-Git-Url: https://git.mdrn.pl/django-sponsors.git/commitdiff_plain/4f923c50cdbd13a0ce13f088e6d290ddfd0e03a0 forgotten dist includes --- diff --git a/MANIFEST.in b/MANIFEST.in index 54d5146..46aec24 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,3 +1,5 @@ +include LICENSE +include README.md 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 103e110..b35592f 100755 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ def whole_trees(package_dir, paths): setup( name='django-sponsors', - version='1.0.1', + version='1.0.2', author='Marek Stępniowski', author_email='marek@stepniowski.com', maintainer='Radek Czajka',