diff --git a/setup.py b/setup.py index ed9c770..f07df43 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ install_requires=["httpx==0.12.1"], classifiers=[ "Programming Language :: Python :: 3", - "License :: OSI Approved :: APACHE SOFTWARE LICENSE", + "License :: OSI Approved :: Apache Software License", "Operating System :: OS Independent", ], python_requires='>=3.6',