From 70c36eaf0127bda6d06840f4e3f65a93d8be5cde Mon Sep 17 00:00:00 2001 From: cobycloud <25079070+cobycloud@users.noreply.github.com> Date: Fri, 23 Aug 2024 11:00:53 -0500 Subject: [PATCH] Update setup.py LICENSE classifier --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 808ece250..e5b3ee87e 100644 --- a/setup.py +++ b/setup.py @@ -46,10 +46,10 @@ 'scipy==1.10.0' ]}, classifiers=[ - 'License :: OSI Approved :: Apache Software License', + 'License :: OSI Approved :: Apache Software License', 'Programming Language :: Python :: 3.10', 'Programming Language :: Python :: 3.11' ], python_requires='>=3.10', setup_requires=["wheel"] -) \ No newline at end of file +)