mirror of
https://github.com/clearlinux/unbundle.git
synced 2026-04-28 11:03:38 +00:00
13 lines
224 B
TOML
13 lines
224 B
TOML
[build-system]
|
|
requires = ["setuptools"]
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[project]
|
|
name = "unbundle"
|
|
version = "v1.1.1"
|
|
license-files = ["LICENSE"]
|
|
readme = "README.md"
|
|
|
|
[project.scripts]
|
|
unbundle = "unbundle:main"
|