patch: Added classifiers for pypi
This commit is contained in:
parent
4f7fc53c92
commit
3233b92fba
2 changed files with 14 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue