This is an automated email from the ASF dual-hosted git repository.
fokko pushed a commit to branch pyiceberg-0.3.x
in repository https://gitbox.apache.org/repos/asf/iceberg.git
The following commit(s) were added to refs/heads/pyiceberg-0.3.x by this push:
new c916f7fca7 Python: Update pyproject.toml to include dev folder (#6704)
c916f7fca7 is described below
commit c916f7fca76d789f6d1e659acf9b248772571bb2
Author: Amogh Jahagirdar <[email protected]>
AuthorDate: Tue Jan 31 00:36:49 2023 -0800
Python: Update pyproject.toml to include dev folder (#6704)
---
python/pyproject.toml | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/python/pyproject.toml b/python/pyproject.toml
index a3dbca59c4..f165e1eaf2 100644
--- a/python/pyproject.toml
+++ b/python/pyproject.toml
@@ -39,11 +39,13 @@ packages = [
{ from = "vendor", include = "fb303" },
{ from = "vendor", include = "hive_metastore" },
{ include = "tests", format = "sdist" },
- { include = "dev/check-license", format = "sdist" },
{ include = "Makefile", format = "sdist" },
{ include = "NOTICE", format = ["sdist", "wheel"] }
]
+include = [
+ {path = "dev", format = "sdist"}
+]
[tool.poetry.dependencies]
python = "^3.8"