mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-17 08:01:36 +00:00
3907ae4854
* Switch to PEP517 build framework. Changelog: https://github.com/networktocode/netutils/releases/tag/v1.5.0
15 lines
329 B
TOML
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"
|
|
]
|
|
|