diff --git a/packages/abstractions/pyproject.toml b/packages/abstractions/pyproject.toml index e18bbee1..608cd78f 100644 --- a/packages/abstractions/pyproject.toml +++ b/packages/abstractions/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_abstractions"}] -include = ["CHANGELOG.md", "LICENSE"] [tool.poetry.dependencies] python = ">=3.8,<4.0" diff --git a/packages/authentication/azure/pyproject.toml b/packages/authentication/azure/pyproject.toml index 6edfd70d..1352e063 100644 --- a/packages/authentication/azure/pyproject.toml +++ b/packages/authentication/azure/pyproject.toml @@ -21,8 +21,7 @@ classifiers = [ homepage = "https://github.com/microsoft/kiota#readme" repository = "https://github.com/microsoft/kiota-python" documentation = "https://microsoft.github.io/kiota/" -packages = [{include = "kiota_authentication_azure"}] -include = ["CHANGELOG.md", "LICENSE"] +packages = [{include = "kiota_authentication_azure"}] [tool.poetry.dependencies] python = ">=3.8,<4.0" diff --git a/packages/bundle/pyproject.toml b/packages/bundle/pyproject.toml index 91c67986..20849797 100644 --- a/packages/bundle/pyproject.toml +++ b/packages/bundle/pyproject.toml @@ -23,7 +23,6 @@ homepage = "https://github.com/microsoft/kiota#readme" repository = "https://github.com/microsoft/kiota-python" documentation = "https://microsoft.github.io/kiota/" packages = [{include = "kiota_bundle"}] -include = ["CHANGELOG.md", "LICENSE"] [tool.poetry.dependencies] python = ">=3.8,<4.0" diff --git a/packages/http/httpx/pyproject.toml b/packages/http/httpx/pyproject.toml index 769a4bea..9c258f45 100644 --- a/packages/http/httpx/pyproject.toml +++ b/packages/http/httpx/pyproject.toml @@ -23,7 +23,6 @@ homepage = "https://github.com/microsoft/kiota#readme" repository = "https://github.com/microsoft/kiota-python" documentation = "https://microsoft.github.io/kiota/" packages = [{include = "kiota_http"}] -include = ["CHANGELOG.md", "LICENSE"] [tool.poetry.dependencies] python = ">=3.8,<4.0" diff --git a/packages/serialization/form/pyproject.toml b/packages/serialization/form/pyproject.toml index 251691c4..03a648ed 100644 --- a/packages/serialization/form/pyproject.toml +++ b/packages/serialization/form/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_form"}] -include = ["CHANGELOG.md", "LICENSE"] [tool.poetry.dependencies] python = ">=3.8,<4.0" diff --git a/packages/serialization/json/pyproject.toml b/packages/serialization/json/pyproject.toml index 83866bcc..b9c5e2d2 100644 --- a/packages/serialization/json/pyproject.toml +++ b/packages/serialization/json/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_json"}] -include = ["CHANGELOG.md", "LICENSE"] [tool.poetry.dependencies] python = ">=3.8,<4.0" diff --git a/packages/serialization/multipart/pyproject.toml b/packages/serialization/multipart/pyproject.toml index 86773fdf..86cfac98 100644 --- a/packages/serialization/multipart/pyproject.toml +++ b/packages/serialization/multipart/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_multipart"}] -include = ["CHANGELOG.md", "LICENSE"] [tool.poetry.dependencies] python = ">=3.8,<4.0" diff --git a/packages/serialization/text/pyproject.toml b/packages/serialization/text/pyproject.toml index 2217ceb4..e498df10 100644 --- a/packages/serialization/text/pyproject.toml +++ b/packages/serialization/text/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"