1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-17 08:01:36 +00:00
freebsd-ports/net-mgmt/py-netutils/files/patch-pyproject.toml
2023-08-03 13:07:48 +02:00

15 lines
329 B
TOML

Avoid installing LICENSE and README.md in the top-level directory of Python's
site-lib directory.
--- pyproject.toml.orig 2023-08-02 07:38:19 UTC
+++ pyproject.toml
@@ -19,8 +19,6 @@ include = [
"Programming Language :: Python :: 3.11",
]
include = [
- "LICENSE",
- "README.md",
"netutils/protocols.json"
]