From c911673ca53998fd93def250422e6187b8b85be6 Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Mon, 8 Oct 2018 18:20:27 +1100 Subject: [PATCH] Correct the license classifier The legacy classifier does not specify the version number for the Apache license. https://github.com/pypa/warehouse/issues/2996 has all the tears ever. --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 6dce761..b2be382 100644 --- a/setup.cfg +++ b/setup.cfg @@ -7,7 +7,7 @@ license = Apache-2 classifier = Development Status :: 3 - Alpha Intended Audience :: Developers - License :: OSI Approved :: Apache License 2.0 + License :: OSI Approved :: Apache Software License Programming Language :: Python :: 2 Programming Language :: Python :: 2.7 Programming Language :: Python :: 3