Merge pull request 'pkgs: add metadata' (#1238) from a-kenji-pkgs/add-metadata into main

This commit is contained in:
clan-bot
2024-04-17 11:35:19 +00:00
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"]