From b0623bc87676be643003c235d1ea545e6876404c Mon Sep 17 00:00:00 2001 From: Eugenio Parodi Date: Sat, 19 Feb 2022 19:27:11 +0000 Subject: [PATCH] removed the apache licese from setup --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index 8b0e5544..dd2e5298 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,6 @@ setuptools.setup( classifiers=[ "Programming Language :: Python :: 3", "License :: OSI Approved :: MIT License", - "License :: OSI Approved :: Apache Software License", "Operating System :: OS Independent", "Development Status :: 3 - Alpha", "Environment :: Console",