Fix identifier for PyPi

This commit is contained in:
Devin Carlen 2011-10-02 21:20:33 -07:00
parent c0fdb7b704
commit d1a41e8ae9
2 changed files with 2 additions and 2 deletions

View File

@ -42,7 +42,7 @@ setup(
'Development Status :: 4 - Beta',
'Framework :: Django',
'Intended Audience :: Developers',
'License :: OSI Approved :: Apache License',
'License :: OSI Approved :: Apache Software License',
'Operating System :: OS Independent',
'Programming Language :: Python',
'Topic :: Internet :: WWW/HTTP',

View File

@ -49,7 +49,7 @@ setuptools.setup(
'Development Status :: 4 - Beta',
'Framework :: Django',
'Intended Audience :: Developers',
'License :: OSI Approved :: Apache License',
'License :: OSI Approved :: Apache Software License',
'Operating System :: OS Independent',
'Programming Language :: Python',
'Topic :: Internet :: WWW/HTTP',