Add metadata to pyproject.toml
This commit is contained in:
parent
edfc996819
commit
aae0cb99da
@ -8,10 +8,13 @@ authors = ["Eric Torres"]
|
|||||||
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 = "LICENSE"
|
license = "MIT"
|
||||||
scripts = ["bin/addpkg", "bin/delpkg", "bin/fqo", "bin/pug2"]
|
scripts = ["bin/addpkg", "bin/delpkg", "bin/fqo", "bin/pug2"]
|
||||||
classifiers=[
|
classifiers=[
|
||||||
"Programming Language :: Python :: 3",
|
"Programming Language :: Python :: 3",
|
||||||
"License :: OSI Approved :: MIT License",
|
|
||||||
"Operating System :: OS Independent",
|
"Operating System :: OS Independent",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
[project.urls]
|
||||||
|
Homepage = "https://github.com/etorres4/packaging-scripts"
|
||||||
|
Repository = "https://github.com/etorres4/packaging-scripts"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user