mirror of
https://github.com/nix-community/dream2nix.git
synced 2024-12-23 06:21:30 +03:00
treewide: mytool -> my_tool
Keep naming consitant, so that nix run .# and friends work
This commit is contained in:
parent
c58f0449ae
commit
1b8d980b74
@ -204,7 +204,7 @@ in {
|
||||
buildPythonPackage = {
|
||||
pyproject = true; # (6)
|
||||
pythonImportsCheck = [ # (7)
|
||||
"mytool"
|
||||
"my_tool"
|
||||
];
|
||||
};
|
||||
|
||||
|
@ -25,7 +25,7 @@
|
||||
|
||||
buildPythonPackage = {
|
||||
pythonImportsCheck = [
|
||||
"mytool"
|
||||
"my_tool"
|
||||
];
|
||||
};
|
||||
}
|
||||
|
@ -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 = [
|
||||
|
@ -32,7 +32,7 @@ in {
|
||||
buildPythonPackage = {
|
||||
pyproject = true;
|
||||
pythonImportsCheck = [
|
||||
"mytool"
|
||||
"my_tool"
|
||||
];
|
||||
};
|
||||
|
||||
|
@ -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 = [
|
||||
|
Loading…
Reference in New Issue
Block a user