]> git.ipfire.org Git - thirdparty/knot-dns.git/commitdiff
python: remove deprecated license classifier and some others
authorDaniel Salzman <daniel.salzman@nic.cz>
Tue, 30 Sep 2025 07:52:34 +0000 (09:52 +0200)
committerDaniel Salzman <daniel.salzman@nic.cz>
Fri, 3 Oct 2025 14:49:55 +0000 (16:49 +0200)
python/knot_exporter/pyproject.toml.in
python/knot_exporter/setup.py.in
python/libknot/pyproject.toml.in
python/libknot/setup.py.in

index f25fa84ebe3fd0d7a935c9b477c266094dae2bc8..68efe555f2a18d35603e6c3fb545ceb3faa86075 100644 (file)
@@ -15,8 +15,6 @@ authors = [
 ]
 classifiers = [
     "Development Status :: 5 - Production/Stable",
-    "Intended Audience :: System Administrators",
-    "License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)",
     "Programming Language :: Python :: 3",
     "Topic :: Internet :: Name Service (DNS)",
     "Topic :: System :: Systems Administration",
index 70cb91c5eac0754cac0aaf715754fce22e51bc68..db7b57ff7b98d1583f534762fc65b0fd4a4f66c9 100644 (file)
@@ -18,8 +18,6 @@ setuptools.setup(
     packages=['knot_exporter'],
     classifiers=[ # See https://pypi.org/classifiers
         'Development Status :: 5 - Production/Stable',
-        'Intended Audience :: System Administrators',
-        'License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)',
         'Programming Language :: Python :: 3',
         'Topic :: Internet :: Name Service (DNS)',
         'Topic :: System :: Systems Administration',
index ecf02f325ee3694f815eee0e97f811a9ba3fc1a0..0dc245e62372cabbd79e2d80345bdf10848ee303 100644 (file)
@@ -14,9 +14,6 @@ authors = [
 ]
 classifiers = [
     "Development Status :: 5 - Production/Stable",
-    "Intended Audience :: Developers",
-    "Intended Audience :: System Administrators",
-    "License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)",
     "Programming Language :: Python :: 3",
     "Topic :: Internet :: Name Service (DNS)",
     "Topic :: Software Development :: Libraries",
index b04173e08755d691fa340fc787d4e82131cf94d9..6d6d41cbe48c3ebf73c01487ffb78442cc594ddc 100644 (file)
@@ -18,9 +18,6 @@ setuptools.setup(
     packages=['libknot'],
     classifiers=[ # See https://pypi.org/classifiers
         'Development Status :: 5 - Production/Stable',
-        'Intended Audience :: Developers',
-        'Intended Audience :: System Administrators',
-        'License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)',
         'Programming Language :: Python :: 3',
         'Topic :: Internet :: Name Service (DNS)',
         'Topic :: Software Development :: Libraries',