From 4f923c50cdbd13a0ce13f088e6d290ddfd0e03a0 Mon Sep 17 00:00:00 2001 From: Radek Czajka Date: Mon, 28 Jan 2013 13:04:07 +0100 Subject: [PATCH] forgotten dist includes --- MANIFEST.in | 2 ++ setup.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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', -- 2.20.1