Fix in pyproject.toml

This commit is contained in:
Antonio de la Rosa 2025-10-18 21:11:41 +02:00
parent 8efa96f81e
commit 615e724bfa

View file

@ -13,7 +13,7 @@ description = "Utils for make *nix scripts."
classifiers=['Development Status :: 4 - Beta', classifiers=['Development Status :: 4 - Beta',
"Intended Audience :: Developers", "Intended Audience :: Developers",
"License :: OSI Approved :: GNU Affero General Public License v3", "License :: OSI Approved :: GNU Affero General Public License v3",
'Topic :: Software Development :: Libraries :: Utils for Linux servers' "Topic :: Software Development :: Libraries :: Utils for Linux servers",
"Programming Language :: Python :: 3", "Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.10",
@ -21,6 +21,7 @@ classifiers=['Development Status :: 4 - Beta',
"Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13" "Programming Language :: Python :: 3.13"
] ]
requires-python = ">=3.9" requires-python = ">=3.9"
[project.urls] [project.urls]