packaging-scripts/pyproject.toml

21 lines
618 B
TOML
Raw Normal View History

[build-system]
requires=["build", "setuptools"]
build-backend = "setuptools.build_meta"
[project]
name = "packaging_scripts"
2024-05-09 21:20:16 -07:00
authors = ["Eric Torres eric.torres@its-et.me"]
version = "1.7.1"
description = "A set of scripts for automating pacman database interaction"
readme = "README.rst"
2024-05-09 20:17:19 -07:00
license = {file = "LICENSE"}
scripts = ["bin/addpkg", "bin/delpkg", "bin/fqo", "bin/pug2"]
classifiers=[
"Programming Language :: Python :: 3",
"Operating System :: OS Independent",
]
2024-05-09 20:15:08 -07:00
[project.urls]
Homepage = "https://github.com/etorres4/packaging-scripts"
Repository = "https://github.com/etorres4/packaging-scripts"