Skip to content

Commit

Permalink
Add Python packaging metadata
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Weber <[email protected]>
  • Loading branch information
scy committed Dec 28, 2024
1 parent c2de10a commit ecf8f40
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions server/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,29 @@ description = "DearMEP helps people contact their representatives."
requires-python = ">=3.9,<4"
authors = [
{name = "Tim Weber"},
{name = "Tobias Mühlberger"},
{name = "iameru"},
{name = "Philipp Aaron Becker"},
{name = "Jörn Bethune"},
]
maintainers = [
{name = "Tim Weber"},
]
readme = "README.md"
classifiers = [
"Development Status :: 5 - Production/Stable",
"Environment :: Console",
"Environment :: Web Environment",
"Framework :: FastAPI",
"License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)",
"Operating System :: POSIX",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Topic :: Communications :: Telephony",
]
dependencies = [
"alembic~=1.12.1",
Expand Down Expand Up @@ -44,6 +64,12 @@ dependencies = [
"pyjwt>=2.10.1",
]

[project.urls]
homepage = "https://dearmep.eu/"
source = "https://github.com/AKVorrat/dearmep"
documentation = "https://github.com/AKVorrat/dearmep/blob/main/README.md"
issues = "https://github.com/AKVorrat/dearmep/issues"

[dependency-groups]
dev = [
"mypy~=1.13.0",
Expand Down

0 comments on commit ecf8f40

Please sign in to comment.