From 700af9397b9e8fa85d22b90ef7f652755b9755cf Mon Sep 17 00:00:00 2001 From: Moshe Uminer <47164590+mosheduminer@users.noreply.github.com> Date: Sun, 10 May 2020 10:08:10 -0400 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',