add description

This commit is contained in:
Benjamin Dauvergne 2014-08-09 03:52:05 +02:00
parent cb05f9eb2a
commit b1d6a0b129
2 changed files with 3 additions and 2 deletions

View File

@ -39,7 +39,7 @@ def get_version():
setup(name="django-kerberos",
version=get_version(),
license="AGPLv3 or later",
description="",
description="Kerberos authentication for Django",
long_description=file('README').read(),
url="http://dev.entrouvert.org/projects/authentic/",
author="Entr'ouvert",
@ -49,6 +49,7 @@ setup(name="django-kerberos",
packages=find_packages('src'),
install_requires=[
'django>1.5',
'kerberos',
],
package_dir={
'': 'src',

View File

@ -1 +1 @@
__version__ = '1.0.0'
__version__ = '1.0.1'