Skip to content

Commit

Permalink
scripts/python/module/setup.py.in: update list of classifiers [#2733]
Browse files Browse the repository at this point in the history
Signed-off-by: Jim Klimov <[email protected]>
  • Loading branch information
jimklimov committed Jan 19, 2025
1 parent ef693fa commit d770719
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scripts/python/module/setup.py.in
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ setup(
name = "pynutclient", ### "PyNUTClient" lower-cased due to PEP-0625
version = '@NUT_SOURCE_GITREV_NUMERIC@',
author = "The Network UPS Tools project",
license = "GPL-3.0-or-later",
license_files = ('LICENSE-GPL3',),
author_email = "[email protected]",
description = "Python client bindings for NUT",
Expand All @@ -39,6 +40,10 @@ setup(
classifiers = [
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
"Intended Audience :: System Administrators",
"Topic :: System :: Monitoring",
"Topic :: System :: Systems Administration",
"License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)",
"Programming Language :: Python :: 2.6",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3",
Expand Down

0 comments on commit d770719

Please sign in to comment.