Update pyproject.toml

This commit is contained in:
Eric Torres 2024-05-12 01:10:40 -07:00
parent f51b76ec6d
commit 1c2aa14d8c

View File

@ -1,17 +1,19 @@
[build-system] [build-system]
requires=["build", "setuptools"] requires=["setuptools"]
build-backend = "setuptools.build_meta" build-backend = "setuptools.build_meta"
[project] [project]
name = "packaging_scripts" name = "packaging_scripts"
authors = ["Eric Torres eric.torres@its-et.me"] authors = [{name="Eric Torres", email="eric.torres@its-et.me"}]
version = "1.7.1" version = "1.7.1"
description = "A set of scripts for automating pacman database interaction" description = "A set of scripts for automating pacman database interaction"
readme = "README.rst" readme = "README.rst"
license = {file = "LICENSE"} license = {file = "LICENSE"}
scripts = ["bin/addpkg", "bin/delpkg", "bin/fqo", "bin/pug2"]
classifiers=[ classifiers=[
"Intended Audience :: Developers",
"Topic :: Software Development :: Build Tools",
"Programming Language :: Python :: 3", "Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent", "Operating System :: OS Independent",
] ]