New readme just for pypi and updated requirements.

This commit is contained in:
Mr Finchum 2025-01-09 11:30:06 +01:00
parent 238afcd4d6
commit 8b5674e0ef
2 changed files with 7 additions and 3 deletions

View file

@ -6,10 +6,10 @@ build-backend = "hatchling.build"
name = "OptimaLab35"
dynamic = ["version"]
authors = [{ name = "Mr. Finchum" }]
description = "User interface for OPTIMA35."
readme = "README.md"
description = "User interface for optima35."
readme = "pip_README.md"
requires-python = ">=3.8"
dependencies = ["optima35==0.6.4", "pyside6", "PyYAML"]
dependencies = ["optima35>=0.6.5", "pyside6", "PyYAML", "packaging"]
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)",