patch: Added classifiers for pypi
This commit is contained in:
parent
4f7fc53c92
commit
3233b92fba
2 changed files with 14 additions and 2 deletions
11
CHANGELOG.md
11
CHANGELOG.md
|
@ -1,7 +1,14 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## 1.0.0:
|
## 1.0.x
|
||||||
### Refactoring
|
|
||||||
|
### 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.
|
- Added function descriptions for better clarity and maintainability.
|
||||||
- Introduced guidelines for each function, defining objectives and expected behavior.
|
- Introduced guidelines for each function, defining objectives and expected behavior.
|
||||||
|
|
||||||
|
|
|
@ -11,6 +11,8 @@ readme = "pip_README.md"
|
||||||
requires-python = ">=3.8"
|
requires-python = ">=3.8"
|
||||||
dependencies = ["piexif", "pillow"]
|
dependencies = ["piexif", "pillow"]
|
||||||
classifiers = [
|
classifiers = [
|
||||||
|
"Development Status :: 5 - Production/Stable",
|
||||||
|
"Topic :: Software Development :: Libraries :: Python Modules",
|
||||||
"Programming Language :: Python :: 3",
|
"Programming Language :: Python :: 3",
|
||||||
"License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)",
|
"License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)",
|
||||||
"Operating System :: OS Independent",
|
"Operating System :: OS Independent",
|
||||||
|
@ -18,6 +20,9 @@ classifiers = [
|
||||||
|
|
||||||
[project.urls]
|
[project.urls]
|
||||||
Source = "https://gitlab.com/CodeByMrFinchum/optima35"
|
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]
|
[project.scripts]
|
||||||
optima35 = "optima35.__main__:main"
|
optima35 = "optima35.__main__:main"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue