mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-05 17:21:39 -05:00
Merge pull request #707 from nix-community/site-packages-fixup-license
site-packages fixup hook: Also remove LICENSE files
This commit is contained in:
commit
68610c6f10
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