typo in setup.cfg
This commit is contained in:
parent
c268212366
commit
90e077dedb
2 changed files with 2 additions and 1 deletions
|
@ -1 +1,2 @@
|
|||
[metadata]
|
||||
description-file = README.rst
|
||||
|
|
2
setup.py
2
setup.py
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue