patch: Added classifiers for pypi

This commit is contained in:
Mr Finchum 2025-02-09 13:21:29 +01:00
parent 4f7fc53c92
commit 3233b92fba
2 changed files with 14 additions and 2 deletions

View file

@ -1,7 +1,14 @@
# Changelog
## 1.0.0:
### Refactoring
## 1.0.x
### 1.0.2: Added Classifier
- Added classifiers in `pyproject.toml` for PyPI.
### 1.0.1: Contribution
- Added a contribution section in the README for Mr. Finch.
### **1.0.0** Refactoring
- Added function descriptions for better clarity and maintainability.
- Introduced guidelines for each function, defining objectives and expected behavior.

View file

@ -11,6 +11,8 @@ readme = "pip_README.md"
requires-python = ">=3.8"
dependencies = ["piexif", "pillow"]
classifiers = [
"Development Status :: 5 - Production/Stable",
"Topic :: Software Development :: Libraries :: Python Modules",
"Programming Language :: Python :: 3",
"License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)",
"Operating System :: OS Independent",
@ -18,6 +20,9 @@ classifiers = [
[project.urls]
Source = "https://gitlab.com/CodeByMrFinchum/optima35"
Documentation = "https://gitlab.com/CodeByMrFinchum/optima35/-/blob/main/README.md"
Changelog = "https://gitlab.com/CodeByMrFinchum/optima35/-/blob/main/CHANGELOG.md"
[project.scripts]
optima35 = "optima35.__main__:main"