From 3f2a75e42a4b02b9130c150e998a0d47f48e5b6c Mon Sep 17 00:00:00 2001 From: Alexander Shadchin Date: Fri, 8 Dec 2023 09:59:25 +0300 Subject: [PATCH] Fix license classifier --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index eb4585e..bb61236 100644 --- a/setup.cfg +++ b/setup.cfg @@ -11,7 +11,7 @@ keywords = asyncio, aiohttp, monitor, debugging, utility, devtool license = Apache-2.0 license_files = LICENSE classifiers = - License :: OSI Approved :: MIT License + License :: OSI Approved :: Apache Software License Intended Audience :: Developers Programming Language :: Python :: 3 Programming Language :: Python :: 3.8