From: Radek Czajka Date: Tue, 2 Sep 2014 08:57:14 +0000 (+0200) Subject: Fix packaging. X-Git-Tag: 0.1~2 X-Git-Url: https://git.mdrn.pl/django-ssify.git/commitdiff_plain/b1644a02ed7ae37d802870b84734b03b0797a57f Fix packaging. --- diff --git a/MANIFEST.in b/MANIFEST.in index 84d37d1..04cc53e 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,4 +1,5 @@ include LICENSE include README.md recursive-include ssify/templates *.html +recursive-include tests *.py recursive-include tests/templates *.html diff --git a/setup.py b/setup.py index b9e6332..04afd5d 100755 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup( version='0.1', author='Radek Czajka', author_email='radekczajka@nowoczesnapolska.org.pl', - url='', + url='http://git.nowoczesnapolska.org.pl/?p=django-ssify.git', packages=find_packages(exclude=['tests*']), license='LICENSE', description='Two-phased rendering using SSI.',