diff --git a/setup.py b/setup.py index 006bf0c..9123a9d 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ packages=setuptools.find_packages(), # List of all python modules to be installed classifiers=[ "Programming Language :: Python :: 3", - "License :: OSI Approved :: Apache 2.0 License", + "License :: OSI Approved :: Apache Software License", "Operating System :: OS Independent", ], # Information to filter the project on PyPi website python_requires='>=3.8', # Minimum version requirement of the package