aboutsummaryrefslogtreecommitdiff
path: root/python-flit-core/vendor-licenses.patch
blob: 166abc453f29d74c5995e9710e8af1f36e1579e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Upstream: no
Reason: we delete the vendor folder but the missing license breaks the build
  https://github.com/pypa/flit/tree/main/flit_core/flit_core/vendor

--- a/pyproject.toml
+++ b/pyproject.toml
@@ -13,7 +13,7 @@ dependencies = []
 requires-python = '>=3.6'
 readme = "README.rst"
 license = "BSD-3-Clause"
-license-files = ["LICENSE*", "flit_core/vendor/**/LICENSE*"]
+license-files = ["LICENSE*"]
 classifiers = [
     "Topic :: Software Development :: Libraries :: Python Modules",
 ]