cpsms/pyproject.toml
Mikkel Munch Mortensen 6420575545 Do a bit of housekeeping
- Switch from setup.py to pyproject.toml
- Make README markdown based.
- Bump version.
2024-08-22 08:45:26 +02:00

19 lines
540 B
TOML

[project]
name = "cpsms"
version = "2.1.0"
authors = [
{ name="Mikkel Munch Mortensen", email="3xm@detfalskested.dk" },
]
description = "A Python wrapper around the SMS gateway from CPSMS <https://www.cpsms.dk/>."
readme = "README.md"
requires-python = ">=3.10"
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
]
[project.urls]
Homepage = "https://git.data.coop/gorgonzo.la/cpsms"
Issues = "https://git.data.coop/gorgonzo.la/cpsms/issues"