From deab1162c0d65293acfdc723ad9f6676f653f2fb Mon Sep 17 00:00:00 2001 From: Radek Czajka Date: Thu, 22 Nov 2012 11:03:58 +0100 Subject: [PATCH] fix bootstrap script --- MANIFEST.in | 0 bin/fnpdjango_bootstrap.sh | 2 ++ setup.py | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) mode change 100755 => 100644 MANIFEST.in diff --git a/MANIFEST.in b/MANIFEST.in old mode 100755 new mode 100644 diff --git a/bin/fnpdjango_bootstrap.sh b/bin/fnpdjango_bootstrap.sh index cb9a6d7..b6c6da7 100755 --- a/bin/fnpdjango_bootstrap.sh +++ b/bin/fnpdjango_bootstrap.sh @@ -7,4 +7,6 @@ pip install "$DJANGO_REQ" django-admin.py startproject \ --template http://pypi.nowoczesnapolska.org.pl/bootstrap/project.tar.gz \ "$1" +chmod +x "$1"/manage.py +pip install -r "$1"/requirements.txt pip install -r "$1"/requirements-dev.txt diff --git a/setup.py b/setup.py index 1aa7406..8e4f3bc 100755 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ def whole_trees(package_dir, paths): setup( name='fnpdjango', - version='0.1', + version='0.1.1', author='Radek Czajka', author_email='radoslaw.czajka@nowoczesnapolska.org.pl', url = '', -- 2.20.1