mirror of
https://github.com/pinry/pinry.git
synced 2026-06-23 08:41:50 +02:00
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:
6
setup.py
6
setup.py
@@ -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, "
|
||||
|
||||
Reference in New Issue
Block a user