clan_cli: rename references

This commit is contained in:
Johannes Kirschbauer
2025-07-13 15:52:51 +02:00
parent f3dab3f9bb
commit 3e82e63443
5 changed files with 5 additions and 5 deletions

View File

@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
name = "clan"
description = "clan cli tool"
dynamic = ["version"]
scripts = { clan = "clan_cli:main" }
scripts = { clan = "clan_cli.cli:main" }
license = { text = "MIT" }
[project.urls]