22 lines
584 B
TOML
22 lines
584 B
TOML
[build]
|
|
type = "python"
|
|
|
|
[dependencies]
|
|
build = [
|
|
"python-hatch-vcs",
|
|
"python-hatchling",
|
|
]
|
|
runtime = ["python"]
|
|
|
|
[package]
|
|
description = "A library to determine platform-specific system directories"
|
|
homepage = "https://github.com/tox-dev/platformdirs"
|
|
license = "MIT"
|
|
name = "python-platformdirs"
|
|
version = "4.9.4"
|
|
|
|
[[source]]
|
|
extract_dir = "$name-$version"
|
|
sha256 = "1ec356301b7dc906d83f371c8f487070e99d3ccf9e501686456394622a01a934"
|
|
url = "https://files.pythonhosted.org/packages/19/56/8d4c30c8a1d07013911a8fdbd8f89440ef9f08d07a1b50ab8ca8be5a20f9/platformdirs-4.9.4.tar.gz"
|