Fix README.rst typo.

This commit is contained in:
Darko Poljak 2014-06-18 22:07:40 +02:00
parent 74425fccce
commit b508041e42
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ Quick start
INSTALLED_APPS = (
...
'polls',
'anonsurvey',
)
Anonsurvey admin also depends on:

View File

@ -8,7 +8,7 @@ os.chdir(os.path.normpath(os.path.join(os.path.abspath(__file__), os.pardir)))
setup(
name='django-anonsurvey',
version='0.2.3',
version='0.2.4',
packages=['anonsurvey'],
include_package_data=True,
license='GPLv3',