19 lines
652 B
Diff
19 lines
652 B
Diff
diff --git a/pyproject.toml.orig b/pyproject.toml
|
|
index bd96b8f..9446d14 100644
|
|
--- a/pyproject.toml.orig
|
|
+++ b/pyproject.toml
|
|
@@ -22,7 +22,6 @@ homepage = "https://github.com/microsoft/kiota#readme"
|
|
repository = "https://github.com/microsoft/kiota-python"
|
|
documentation = "https://microsoft.github.io/kiota/"
|
|
packages = [{include = "kiota_serialization_text"}]
|
|
-include = ["CHANGELOG.md", "LICENSE"]
|
|
|
|
[tool.poetry.dependencies]
|
|
python = ">=3.8,<4.0"
|
|
@@ -54,4 +53,4 @@ profile = "hug"
|
|
|
|
[tool.poetry-monorepo.deps]
|
|
enabled = true
|
|
-commands = ["build", "export", "publish"]
|
|
\ No newline at end of file
|
|
+commands = ["build", "export", "publish"]
|