chore: update project meta

This commit is contained in:
sebthom
2024-12-28 18:03:09 +01:00
parent 05f6ceb5b9
commit aec051826a

View File

@@ -20,7 +20,9 @@ authors = [
license = {text = "AGPL-3.0-or-later"} license = {text = "AGPL-3.0-or-later"}
classifiers = [ # https://pypi.org/classifiers/ classifiers = [ # https://pypi.org/classifiers/
"Development Status :: 4 - Beta", "Private :: Do Not Upload",
"Development Status :: 5 - Production/Stable",
"Environment :: Console", "Environment :: Console",
"Operating System :: OS Independent", "Operating System :: OS Independent",
@@ -28,6 +30,7 @@ classifiers = [ # https://pypi.org/classifiers/
"Topic :: Office/Business", "Topic :: Office/Business",
"License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)", "License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.10" "Programming Language :: Python :: 3.10"
] ]
requires-python = ">=3.10,<3.14" requires-python = ">=3.10,<3.14"
@@ -53,7 +56,7 @@ Issues = "https://github.com/Second-Hand-Friends/kleinanzeigen-bot/issues"
##################### #####################
[tool.pdm.version] # https://backend.pdm-project.org/metadata/#dynamic-project-version [tool.pdm.version] # https://backend.pdm-project.org/metadata/#dynamic-project-version
source = "call" source = "call"
getter = "version:get_version" getter = "version:get_version" # uses get_version() of <project_root>/version.py
write_to = "kleinanzeigen_bot/_version.py" write_to = "kleinanzeigen_bot/_version.py"
write_template = "__version__ = '{}'\n" write_template = "__version__ = '{}'\n"