Commit ce9a5796 by James Henstridge

Some more tweaks to setup.py

parent f10bb890
...@@ -51,7 +51,9 @@ setup( ...@@ -51,7 +51,9 @@ setup(
description=description, description=description,
long_description=long_description, long_description=long_description,
license='BSD', license='BSD',
platforms=['any'],
url='https://launchpad.net/django-openid-auth', url='https://launchpad.net/django-openid-auth',
download_url='https://launchpad.net/django-openid-auth/+download',
classifiers=[ classifiers=[
'Development Status :: 4 - Beta', 'Development Status :: 4 - Beta',
'Environment :: Web Environment', 'Environment :: Web Environment',
...@@ -60,7 +62,7 @@ setup( ...@@ -60,7 +62,7 @@ setup(
'License :: OSI Approved :: BSD License', 'License :: OSI Approved :: BSD License',
'Operating System :: OS Independent', 'Operating System :: OS Independent',
'Programming Language :: Python', 'Programming Language :: Python',
'Topic :: Utilities' 'Topic :: Software Development :: Libraries :: Python Modules'
], ],
packages=[ packages=[
'django_openid_auth', 'django_openid_auth',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment