Initial commit
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
[build]
|
||||
type = "python"
|
||||
|
||||
[dependencies]
|
||||
build = ["python-wheel"]
|
||||
optional = ["python-rich"]
|
||||
runtime = [
|
||||
"python",
|
||||
"python-packaging",
|
||||
"python-setuptools",
|
||||
]
|
||||
|
||||
[package]
|
||||
description = "Handles managing your python package versions in scm metadata"
|
||||
homepage = "https://github.com/pypa/setuptools_scm"
|
||||
license = "MIT"
|
||||
name = "python-setuptools-scm"
|
||||
version = "9.2.2"
|
||||
|
||||
[[source]]
|
||||
extract_dir = "$name-$version"
|
||||
sha256 = "1c674ab4665686a0887d7e24c03ab25f24201c213e82ea689d2f3e169ef7ef57"
|
||||
url = "https://files.pythonhosted.org/packages/7b/b1/19587742aad604f1988a8a362e660e8c3ac03adccdb71c96d86526e5eb62/setuptools_scm-9.2.2.tar.gz"
|
||||
Reference in New Issue
Block a user