Some checks failed
format / build (push) Failing after 6s
Signed-off-by: ngn <ngn@ngn.tf>
26 lines
507 B
TOML
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"
|