Skip to content

Commit 9bcafb5

Browse files
author
Gedminas, Marius
committed
Use SPDX license expression in setup.py
Fixes a build-time warning from setuptools: /tmp/build-env-7cm02e4g/lib/python3.12/site-packages/setuptools/dist.py:765: SetuptoolsDeprecationWarning: License classifiers are deprecated. !! ******************************************************************************** Please consider removing the following classifiers in favor of a SPDX license expression: License :: OSI Approved :: GNU General Public License v3 (GPLv3) See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! self._finalize_license_expression()
1 parent 93ac157 commit 9bcafb5

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
@@ -67,7 +67,7 @@
6767
author='Marcus Furlong',
6868
author_email='[email protected]',
6969
description='Django based patch status monitoring tool for linux systems',
70-
license='GPLv3',
70+
license='GPL-3.0-or-later',
7171
keywords='django patch status monitoring linux spacewalk patchman',
7272
packages=find_packages(),
7373
install_requires=install_requires,
@@ -84,6 +84,5 @@
8484
'Environment :: Web Environment',
8585
'Framework :: Django',
8686
'Topic :: Internet :: WWW/HTTP :: WSGI :: Application',
87-
'License :: OSI Approved :: GNU General Public License v3 (GPLv3)',
8887
],
8988
)

0 commit comments

Comments
 (0)