typo in setup.cfg

This commit is contained in:
Valentin Samir 2015-12-12 13:29:41 +01:00
parent c268212366
commit 90e077dedb
2 changed files with 2 additions and 1 deletions

View file

@ -1 +1,2 @@
[metadata]
description-file = README.rst

View file

@ -9,7 +9,7 @@ os.chdir(os.path.normpath(os.path.join(os.path.abspath(__file__), os.pardir)))
setup(
name='django-cas-server',
version='0.2',
version='0.2.1',
packages=['cas_server'],
include_package_data=True,
license='GPLv3',