2024-05-09 17:47:50 -07:00
|
|
|
[build-system]
|
2024-05-31 11:04:55 -07:00
|
|
|
requires = ["setuptools", "wheel"]
|
2024-05-09 19:52:59 -07:00
|
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
|
|
|
|
[project]
|
|
|
|
name = "packaging_scripts"
|
2024-05-31 11:04:55 -07:00
|
|
|
authors = [{ name = "Eric Torres", email = "eric.torres@its-et.me" }]
|
2024-05-09 19:52:59 -07:00
|
|
|
version = "1.7.1"
|
|
|
|
description = "A set of scripts for automating pacman database interaction"
|
|
|
|
readme = "README.rst"
|
2024-05-31 11:04:55 -07:00
|
|
|
license = { file = "LICENSE" }
|
|
|
|
classifiers = [
|
|
|
|
"Intended Audience :: Developers",
|
|
|
|
"Topic :: Software Development :: Build Tools",
|
|
|
|
"Programming Language :: Python :: 3",
|
|
|
|
"License :: OSI Approved :: MIT License",
|
|
|
|
"Operating System :: OS Independent",
|
2024-05-09 19:52:59 -07:00
|
|
|
]
|
2024-05-09 20:15:08 -07:00
|
|
|
|
|
|
|
[project.urls]
|
|
|
|
Homepage = "https://github.com/etorres4/packaging-scripts"
|
|
|
|
Repository = "https://github.com/etorres4/packaging-scripts"
|