ups/pyproject.toml
ngn ab580d6a18
Some checks failed
format / build (push) Failing after 6s
initial commit
Signed-off-by: ngn <ngn@ngn.tf>
2025-05-02 18:20:24 +03:00

26 lines
507 B
TOML

[project]
name = "ups"
version = "1.0"
authors = [
{ name="ngn", email="ngn@ngn.tf" },
]
description = "upstream scripts python library"
readme = "README.md"
license = "GPL-3.0"
license-files = ["LICENSE.txt"]
#dependencies = ["requests"]
[project.urls]
Homepage = "https://git.ngn.tf/ups"
Issues = "https://git.ngn.tf/ups/issues"
[build-system]
requires = ["setuptools >= 77.0.3"]
build-backend = "setuptools.build_meta"
[tool.setuptools]
packages = ["ups"]
[tool.setuptools.package-dir]
ups = "lib"