From 74387965e70d8f974313269d6a18100f19505d33 Mon Sep 17 00:00:00 2001 From: Jeannie Finks <74554921+jeanniefinks@users.noreply.github.com> Date: Wed, 6 Mar 2024 11:35:44 -0500 Subject: [PATCH] Update setup.py Corrected Classifier license attribute to reflect primary Neural Magic Community License --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 843ff07df0302..d9d8d1f655b5b 100644 --- a/setup.py +++ b/setup.py @@ -473,7 +473,7 @@ def get_extra_requirements() -> dict: "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", - "License :: OSI Approved :: Apache Software License", + "License :: Other/Proprietary License", "Topic :: Scientific/Engineering :: Artificial Intelligence", ], license_files=('LICENSE', 'licenses/LICENSE.apache',