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 = {
|
buildPythonPackage = {
|
||||||
pyproject = true; # (6)
|
pyproject = true; # (6)
|
||||||
pythonImportsCheck = [ # (7)
|
pythonImportsCheck = [ # (7)
|
||||||
"mytool"
|
"my_tool"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -25,7 +25,7 @@
|
|||||||
|
|
||||||
buildPythonPackage = {
|
buildPythonPackage = {
|
||||||
pythonImportsCheck = [
|
pythonImportsCheck = [
|
||||||
"mytool"
|
"my_tool"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -3,7 +3,7 @@ requires = [ "setuptools" ]
|
|||||||
build-backend = "setuptools.build_meta"
|
build-backend = "setuptools.build_meta"
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "mytool"
|
name = "my-tool"
|
||||||
description = "my tool"
|
description = "my tool"
|
||||||
version = "1.0.0"
|
version = "1.0.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
|
@ -32,7 +32,7 @@ in {
|
|||||||
buildPythonPackage = {
|
buildPythonPackage = {
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
pythonImportsCheck = [
|
pythonImportsCheck = [
|
||||||
"mytool"
|
"my_tool"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -3,7 +3,7 @@ requires = [ "setuptools" ]
|
|||||||
build-backend = "setuptools.build_meta"
|
build-backend = "setuptools.build_meta"
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "mytool"
|
name = "my-tool"
|
||||||
description = "my tool"
|
description = "my tool"
|
||||||
version = "1.0.0"
|
version = "1.0.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
|
Loading…
Reference in New Issue
Block a user