mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-04 08:41:42 -05:00
site-packages fixup hook: Also remove LICENSE files
Reported privately by @matthewcroughan.
This commit is contained in:
parent
efe5b281b5
commit
01f4b9c597
1 changed files with 1 additions and 0 deletions
|
@ -70,6 +70,7 @@ in
|
||||||
filenames = builtins.concatStringsSep " " [
|
filenames = builtins.concatStringsSep " " [
|
||||||
"pyproject.toml"
|
"pyproject.toml"
|
||||||
"README.md"
|
"README.md"
|
||||||
|
"LICENSE"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
} ./fixup-hook.sh
|
} ./fixup-hook.sh
|
||||||
|
|
Loading…
Add table
Reference in a new issue