mirror of
https://github.com/novoid/filetags.git
synced 2026-02-16 05:54:16 +00:00
Bump setuptools and remove OSI
This commit is contained in:
parent
2301da21b8
commit
6844957f0d
1 changed files with 1 additions and 2 deletions
|
|
@ -24,7 +24,6 @@ classifiers=[
|
|||
"Development Status :: 5 - Production/Stable",
|
||||
"Environment :: Console",
|
||||
"Intended Audience :: End Users/Desktop",
|
||||
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
|
||||
"Operating System :: OS Independent",
|
||||
"Programming Language :: Python",
|
||||
"Programming Language :: Python :: 3",
|
||||
|
|
@ -55,7 +54,7 @@ Issues = "https://github.com/novoid/filetags/issues"
|
|||
filetags="filetags:main"
|
||||
|
||||
[build-system]
|
||||
requires = ["setuptools>=61.0"]
|
||||
requires = ["setuptools>=77.0"]
|
||||
build-backend = "setuptools.build_meta"
|
||||
|
||||
[tool.setuptools.package-data]
|
||||
|
|
|
|||
Loading…
Reference in a new issue