Files
uuid7-standard/pyproject.toml
T

27 lines
784 B
TOML

[project]
name = "uuid7-standard"
version = "1.1.2"
import-names = ["uuid7"]
description = "Pure Python UUIDv7 with datetime-based creation and timestamp extraction, filling gaps in stdlib and other implementations."
readme = "README.md"
requires-python = ">=3.10"
authors = [{name = "Leo Vasanko"}]
keywords = ["UUIDv7", "rfc9562", "uuid", "datetime"]
license = "MIT OR Unlicense"
classifiers = [
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
"Topic :: Utilities",
]
[project.urls]
Repository = "https://git.zi.fi/LeoVasanko/uuid7-standard"
Issues = "https://github.com/LeoVasanko/uuid7-standard"
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.hatch.build.targets.wheel]
only-include = ["uuid7.py"]