Format pyproject.toml
This commit is contained in:
parent
5e893dad85
commit
8cc07913b8
@ -1,20 +1,20 @@
|
|||||||
[build-system]
|
[build-system]
|
||||||
requires=["setuptools", "wheel"]
|
requires = ["setuptools", "wheel"]
|
||||||
build-backend = "setuptools.build_meta"
|
build-backend = "setuptools.build_meta"
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "packaging_scripts"
|
name = "packaging_scripts"
|
||||||
authors = [{name="Eric Torres", email="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" }
|
||||||
classifiers=[
|
classifiers = [
|
||||||
"Intended Audience :: Developers",
|
"Intended Audience :: Developers",
|
||||||
"Topic :: Software Development :: Build Tools",
|
"Topic :: Software Development :: Build Tools",
|
||||||
"Programming Language :: Python :: 3",
|
"Programming Language :: Python :: 3",
|
||||||
"License :: OSI Approved :: MIT License",
|
"License :: OSI Approved :: MIT License",
|
||||||
"Operating System :: OS Independent",
|
"Operating System :: OS Independent",
|
||||||
]
|
]
|
||||||
|
|
||||||
[project.urls]
|
[project.urls]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user