diff --git a/setup.py b/setup.py index 2c4bd86..5cd532b 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ packages=setuptools.find_packages(), classifiers=[ "Programming Language :: Python :: 3", - "License :: OSI Approved :: Apache License 2.0", + "License :: OSI Approved :: Apache Software License", "Operating System :: OS Independent", ], python_requires='>=3.6',