EzSequencePy/pyproject.toml
2025-02-02 19:25:14 -07:00

21 lines
587 B
TOML

[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[project]
name = "EzSequence"
version = "0.0.1"
authors = [{ name = "Phil Gilmore", email="spgilmore+pypi@gmail.com"}]
description = "A simple iterable sequence generator."
readme = "README.md"
requires-python = ">=3.6"
classifiers = [
"Natural Language :: English",
"Programming Language :: Python :: 3",
"Operating System :: OS Independent",
"License :: OSI Approved :: MIT License"
]
[project.urls]
Homepage = "https://git.pillidar.com/<url goes here>"
Issues = "https://git.pillidar.com/<url goes here>"