patch: Patched pyproject file.

This commit is contained in:
Mr Finchum 2025-03-23 23:09:05 +01:00
parent 35a9f1af55
commit 7adea3084a
2 changed files with 9 additions and 2 deletions

View file

@ -8,7 +8,7 @@ dynamic = ["version"]
authors = [{ name = "Mr Finchum" }]
description = "User interface for optima35."
readme = "../pip_README.md"
requires-python = ">=3.8"
requires-python = ">=3.8, <4.0"
dependencies = [
"optima35>=1.0.0, <2.0.0",
"PyPiUpdater>=0.7.2, <1.0.0",
@ -16,7 +16,7 @@ dependencies = [
"PyYAML",
]
classifiers = [
"Development Status :: 4 - Beta",
"Development Status :: 5 - Production/Stable",
"Environment :: X11 Applications :: Qt",
"Topic :: Multimedia :: Graphics :: Editors",
"Programming Language :: Python :: 3",