From b1644a02ed7ae37d802870b84734b03b0797a57f Mon Sep 17 00:00:00 2001 From: Radek Czajka Date: Tue, 2 Sep 2014 10:57:14 +0200 Subject: [PATCH] Fix packaging. --- MANIFEST.in | 1 + setup.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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.', -- 2.20.1