treewide: mytool -> my_tool

Keep naming consitant, so that nix run .# and friends work
This commit is contained in:
phaer 2024-07-27 21:51:57 +02:00
parent c58f0449ae
commit 1b8d980b74
7 changed files with 5 additions and 5 deletions

View File

@ -204,7 +204,7 @@ in {
buildPythonPackage = {
pyproject = true; # (6)
pythonImportsCheck = [ # (7)
"mytool"
"my_tool"
];
};

View File

@ -25,7 +25,7 @@
buildPythonPackage = {
pythonImportsCheck = [
"mytool"
"my_tool"
];
};
}

View File

@ -3,7 +3,7 @@ requires = [ "setuptools" ]
build-backend = "setuptools.build_meta"
[project]
name = "mytool"
name = "my-tool"
description = "my tool"
version = "1.0.0"
dependencies = [

View File

@ -32,7 +32,7 @@ in {
buildPythonPackage = {
pyproject = true;
pythonImportsCheck = [
"mytool"
"my_tool"
];
};

View File

@ -3,7 +3,7 @@ requires = [ "setuptools" ]
build-backend = "setuptools.build_meta"
[project]
name = "mytool"
name = "my-tool"
description = "my tool"
version = "1.0.0"
dependencies = [