pkgs: add metadata
All checks were successful
checks / checks (pull_request) Successful in 47s
checks / checks-impure (pull_request) Successful in 1m55s

Closes #1151
This commit is contained in:
a-kenji 2024-04-17 12:42:13 +02:00
parent 0bae84b1ae
commit 9f808b1bdb
2 changed files with 14 additions and 2 deletions

View File

@ -3,10 +3,16 @@ requires = ["setuptools"]
build-backend = "setuptools.build_meta"
[project]
name = "clan-cli"
description = "cLAN CLI tool"
name = "clan"
description = "clan cli tool"
dynamic = ["version"]
scripts = { clan = "clan_cli:main" }
license = {text = "MIT"}
[project.urls]
Homepage = "https://clan.lol/"
Documentation = "https://docs.clan.lol/"
Repository = "https://git.clan.lol/clan/clan-core"
[tool.setuptools.packages.find]
exclude = ["clan_cli.nixpkgs*", "result"]

View File

@ -5,9 +5,15 @@ build-backend = "setuptools.build_meta"
[project]
name = "clan-vm-manager"
description = "clan vm manager"
dynamic = ["version"]
scripts = { clan-vm-manager = "clan_vm_manager:main" }
[project.urls]
Homepage = "https://clan.lol/"
Documentation = "https://docs.clan.lol/"
Repository = "https://git.clan.lol/clan/clan-core"
[tool.setuptools.packages.find]
exclude = ["result"]