mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 17:46:38 -04:00
* Remove no longer required workaround regarding to the version number in pyproject.toml. Changelog: https://github.com/networktocode/ntc-templates/releases/tag/v7.6.0
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 2025-01-15 19:24:55 UTC
|
|
+++ pyproject.toml
|
|
@@ -20,8 +20,6 @@ include = [
|
|
"Programming Language :: Python :: 3.12",
|
|
]
|
|
include = [
|
|
- "LICENSE",
|
|
- "README.md",
|
|
"ntc_templates/templates/*.textfsm",
|
|
"ntc_templates/templates/index",
|
|
]
|