New readme just for pypi and updated requirements.
This commit is contained in:
parent
238afcd4d6
commit
8b5674e0ef
2 changed files with 7 additions and 3 deletions
4
pip_README.md
Normal file
4
pip_README.md
Normal file
|
@ -0,0 +1,4 @@
|
|||
OptimaLab35 is in active development, and even *stable* versions may produce errors in unexpected situations. It is a GUI for optima35.
|
||||
Please visit [OptimaLab35](https://gitlab.com/CodeByMrFinchum/OptimaLab35/-/blob/main/media/exif_editor.png?ref_type=heads) gitlab page for more information.
|
||||
|
||||
Uses [optima35](https://gitlab.com/CodeByMrFinchum/optima35) to modify images.
|
|
@ -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+)",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue