From ae54e6ba7388ac525afceccfdf8bb323596b5c43 Mon Sep 17 00:00:00 2001 From: Theo Chatzimichos Date: Sun, 9 Jun 2013 17:14:25 +0200 Subject: Packaging updates: - Add more static files in MANIFEST.in and setup.py - Categorize the dependencies in setup.py - Remove non-hard dependencies from requirements.txt --- MANIFEST.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'MANIFEST.in') diff --git a/MANIFEST.in b/MANIFEST.in index 12ec44b..d819e39 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,6 +1,9 @@ recursive-include okupy/static * recursive-include okupy/templates * recursive-include okupy/tests/fixtures *.json +include manage.py +include LICENSE +include README.md include okupy/settings/local_settings.py.sample include okupy/settings/development.py.sample exclude okupy/settings/local_settings.py -- cgit v1.2.3-65-gdbad