mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
Introduced in 4681c2cb27. Upstream has
since updated to use `[project]` metadata instead.
```
* SED: the following did not cause any changes
* sed -i -e '/license-files.*Keep in sync/d' pyproject.toml || die
* no-op: -e /license-files.*Keep in sync/d
```
Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>