Update setup.py for 1.0 release

It's still not working completely (you can't run tests from it) but it's enough for installing. Fixes #18
This commit is contained in:
Krzysztof Klimonda
2013-04-05 20:05:10 +02:00
parent 2ecda33fed
commit ac364e1379

View File

@@ -21,13 +21,13 @@ install_requires = [
'django-braces',
'django_compressor',
'requests',
'django-images>=2013.1.99',
'django-taggit>=0.9.3.99'
'django-images',
'django-taggit'
]
setup(
name="pinry",
version="0.9.0",
version="1.0.0",
author="Pinry contributors",
author_email="devs@getpinry.com",
description=("A tiling image board system for people who want to save, "