mirror of
https://git.freebsd.org/ports.git
synced 2025-06-26 07:00:31 -04:00
* Switch to the PEP-517 build framework and remove the setuptools workaround. * Also convert "do-test" target to USE_PYTHON=pytest while I'm here. Changelog: https://github.com/networktocode/ntc-templates/compare/v3.1.0...v3.2.0 MFH: No (PEP-517 support not present in the 2023Q1 branch)
14 lines
409 B
TOML
14 lines
409 B
TOML
Avoid installing "LICENSE" and "README.md" on top of Python's "site-packages/"
|
|
directory which would lead to conflicting packages.
|
|
|
|
--- pyproject.toml.orig 2023-02-23 18:07:16 UTC
|
|
+++ pyproject.toml
|
|
@@ -19,8 +19,6 @@ include = [
|
|
"Programming Language :: Python :: 3.10",
|
|
]
|
|
include = [
|
|
- "LICENSE",
|
|
- "README.md",
|
|
"ntc_templates/templates/*.textfsm",
|
|
"ntc_templates/templates/index",
|
|
]
|