Initial commit
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
[build]
|
||||
type = "python"
|
||||
|
||||
[dependencies]
|
||||
build = ["python-flit-core"]
|
||||
runtime = [
|
||||
"python",
|
||||
"python-packaging",
|
||||
]
|
||||
|
||||
[package]
|
||||
description = "PEP 621 metadata parsing"
|
||||
homepage = "https://github.com/pypa/python-pyproject-metadata"
|
||||
license = "MIT"
|
||||
name = "python-pyproject-metadata"
|
||||
version = "0.11.0"
|
||||
|
||||
[[source]]
|
||||
extract_dir = "$name-$version"
|
||||
url = "https://github.com/pypa/pyproject-metadata.git#$version"
|
||||
Reference in New Issue
Block a user