Fix in pyproject.toml
This commit is contained in:
parent
8efa96f81e
commit
615e724bfa
1 changed files with 2 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ description = "Utils for make *nix scripts."
|
|||
classifiers=['Development Status :: 4 - Beta',
|
||||
"Intended Audience :: Developers",
|
||||
"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.9",
|
||||
"Programming Language :: Python :: 3.10",
|
||||
|
|
@ -21,6 +21,7 @@ classifiers=['Development Status :: 4 - Beta',
|
|||
"Programming Language :: Python :: 3.12",
|
||||
"Programming Language :: Python :: 3.13"
|
||||
]
|
||||
|
||||
requires-python = ">=3.9"
|
||||
|
||||
[project.urls]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue