dev-python/toml: don't copy the LICENSE file

Signed-off-by: Pavel Sobolev <contact@paveloom.dev>
This commit is contained in:
Pavel Sobolev
2026-05-15 17:46:35 +03:00
parent 386e63e23e
commit a4d1ff7d97

View File

@@ -39,9 +39,3 @@ src_prepare() {
mv "${WORKDIR}/${TT_P}" toml-test || die
fi
}
src_install() {
distutils-r1_src_install
dodoc LICENSE
}