aboutsummaryrefslogtreecommitdiff
path: root/textproc/py-ntc-templates/files/patch-pyproject.toml
blob: 7a58da8b452200e25e8a4a47cc2ba079b2a28fbb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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",
 ]