tootapalooza/pyproject.toml

25 lines
761 B
TOML
Raw Normal View History

2022-11-25 14:03:24 -05:00
[project]
name = "toota-palooza"
version = "1.0"
authors = [{ name="Paco Hope", email="toota-palooza@filter.paco.to" } ]
description = "Fill a mastodon public timeline with public toots from bots who post gutenberg open texts."
readme = "README.md"
license = { file="LICENSE" }
requires-python = ">=3.9"
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
"Operating System :: OS Independent",
]
[project.urls]
"Homepage" = "https://git.paco.to/nick/toota-palooza"
"Bug Tracker" = "https://git.paco.to/nick/toota-palooza/issues"
[build-system]
requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"
[project.scripts]
toota-palooza = "toota-palooza.cli:main"