Skip to content

Commit c2a02dc

Browse files
committed
remove License Classifier Deprecation and use up to date license setup
1 parent 4032533 commit c2a02dc

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,14 +52,13 @@ def find_version(*file_paths):
5252
include_package_data=True,
5353
install_requires=requires,
5454
extras_require=extras_require,
55-
license="Apache License 2.0",
55+
license="Apache-2.0",
5656
python_requires=">= 3.9",
5757
classifiers=[
5858
'Development Status :: 5 - Production/Stable',
5959
'Intended Audience :: Developers',
6060
'Intended Audience :: System Administrators',
6161
'Natural Language :: English',
62-
'License :: OSI Approved :: Apache Software License',
6362
'Programming Language :: Python',
6463
'Programming Language :: Python :: 3 :: Only',
6564
'Programming Language :: Python :: 3',

0 commit comments

Comments
 (0)