Merge pull request 'also rename project/pypi name' (#98) from Mic92-mic92 into main
All checks were successful
build / test (push) Successful in 16s

This commit is contained in:
clan-bot 2023-08-08 12:21:41 +00:00
commit b2f30bd600
2 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@ let
checkPython = python3.withPackages (_ps: dependencies ++ testDependencies);
in
python3.pkgs.buildPythonPackage {
name = "clan";
name = "clan-cli";
src = lib.cleanSource ./.;
format = "pyproject";
nativeBuildInputs = [

View File

@ -3,7 +3,7 @@ requires = [ "setuptools" ]
build-backend = "setuptools.build_meta"
[project]
name = "clan"
name = "clan-cli"
description = "cLAN CLI tool"
dynamic = [ "version" ]
scripts = { clan = "clan_cli:main" }