summarylogtreecommitdiffstats
path: root/fix-stray-license.patch
blob: 55d54f95a37e4c6094e574e37e816f64818b440b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/pyproject.toml b/pyproject.toml
index 6ef54c4..9fa25af 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -41,7 +41,7 @@ classifiers = [
     "Topic :: Utilities"
 ]
 packages = [ { include = "spleeter" } ]
-include = ["LICENSE", "spleeter/resources/*.json"]
+include = ["spleeter/resources/*.json"]
 
 [tool.poetry.dependencies]
 python = ">=3.6.1,<3.10"