Fix README.rst typo.
This commit is contained in:
parent
74425fccce
commit
b508041e42
2 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@ Quick start
|
||||||
|
|
||||||
INSTALLED_APPS = (
|
INSTALLED_APPS = (
|
||||||
...
|
...
|
||||||
'polls',
|
'anonsurvey',
|
||||||
)
|
)
|
||||||
|
|
||||||
Anonsurvey admin also depends on:
|
Anonsurvey admin also depends on:
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -8,7 +8,7 @@ os.chdir(os.path.normpath(os.path.join(os.path.abspath(__file__), os.pardir)))
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='django-anonsurvey',
|
name='django-anonsurvey',
|
||||||
version='0.2.3',
|
version='0.2.4',
|
||||||
packages=['anonsurvey'],
|
packages=['anonsurvey'],
|
||||||
include_package_data=True,
|
include_package_data=True,
|
||||||
license='GPLv3',
|
license='GPLv3',
|
||||||
|
|
Loading…
Reference in a new issue