1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-15 20:25:17 +03:00
aports/testing/jedi-language-server/toplevel.patch

15 lines
334 B
Diff

diff --git a/pyproject.toml b/pyproject.toml
index 936ec0f..e211b5e 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -36,7 +36,9 @@ classifiers = [
"Topic :: Utilities",
"Typing :: Typed",
]
-include = ["README.md"]
+include = [
+ { path = "README.md", format = "sdist" },
+]
license = "MIT"
[tool.poetry.dependencies]