23 lines
715 B
TOML
23 lines
715 B
TOML
[build-system]
|
|
requires = ["setuptools", "wheel"]
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[project]
|
|
name = "packaging_scripts"
|
|
authors = [{ name = "Eric Torres", email = "eric.torres@its-et.me" }]
|
|
version = "1.7.1"
|
|
description = "A set of scripts for automating pacman database interaction"
|
|
readme = "README.rst"
|
|
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",
|
|
]
|
|
|
|
[project.urls]
|
|
Homepage = "https://git.its-et.me/etorres/packaging-scripts"
|
|
Repository = "https://git.its-et.me/etorres/packaging-scripts"
|