cpsms/pyproject.toml
Mikkel Munch Mortensen 4ad40ae885 Bump the version even further
With the API breaking changes, I think it's better to bump to next
major version.
2024-08-22 09:10:57 +02:00

19 lines
540 B
TOML

[project]
name = "cpsms"
version = "3.0.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"