diff --git a/django-openstack/setup.py b/django-openstack/setup.py index 3d703aada..1571ae42e 100755 --- a/django-openstack/setup.py +++ b/django-openstack/setup.py @@ -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', diff --git a/openstack-dashboard/setup.py b/openstack-dashboard/setup.py index adbfede43..a39de5641 100755 --- a/openstack-dashboard/setup.py +++ b/openstack-dashboard/setup.py @@ -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',