X-Git-Url: https://git.mdrn.pl/fnpdjango.git/blobdiff_plain/5ef0c244216d61308c3b0154186421ddbf801553..0d15a2c208d18b3a79dfff5e9b361ea5776b696b:/setup.py diff --git a/setup.py b/setup.py index f2ca0dc..6444a5c 100755 --- a/setup.py +++ b/setup.py @@ -22,9 +22,9 @@ def whole_trees(package_dir, paths): setup( name='fnpdjango', - version='0.1.6', + version='0.1.17', author='Radek Czajka', - author_email='radoslaw.czajka@nowoczesnapolska.org.pl', + author_email='radekczajka@nowoczesnapolska.org.pl', url = '', packages=find_packages(), package_data={ @@ -37,7 +37,7 @@ setup( 'bin/fnpdjango_bootstrap.sh', ], install_requires=[ - 'django>=1.4,<1.6', + 'django>=1.4,<1.7', 'textile', ], license='LICENSE',