SeaUtils/pyproject.toml
Seaswimmer 2c7ff37d60
Some checks failed
Actions / Build (push) Failing after 37s
Actions / Lint Code (Ruff & Pylint) (push) Failing after 37s
version 1.0.0
2024-08-14 04:12:51 -04:00

22 lines
689 B
TOML

[project]
name = "seautils"
version = "1.0.0"
authors = [
{ name="Seaswimmer", email="seaswimmerthefsh@gmail.com" },
]
description = "A Python library for utility functions, used in SeaCogs and for third party integrations with the Aurora cog."
readme = "README.md"
requires-python = ">=3.10, <3.12"
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MPL-2.0 License",
"Operating System :: OS Independent",
]
[project.urls]
Homepage = "https://www.coastalcommits.com/Seaswimmer/SeaUtils"
Issues = "https://www.coastalcommits.com/Seaswimmer/SeaUtils/issues"
[build-system]
requires = ["hatchling", "semver"]
build-backend = "hatchling.build"