You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iceberg.apache.org by fo...@apache.org on 2022/09/22 11:57:10 UTC

[iceberg] 01/01: Python: Include the tests in source distribution

This is an automated email from the ASF dual-hosted git repository.

fokko pushed a commit to branch fd-add-tests-to-source-distribution
in repository https://gitbox.apache.org/repos/asf/iceberg.git

commit a93988e22fcbfb203554927f27e7f67f29da6ae7
Author: Fokko Driesprong <fo...@apache.org>
AuthorDate: Thu Sep 22 13:57:04 2022 +0200

    Python: Include the tests in source distribution
    
    Adds the tests to the source distribution so we
    can run them when validating a release.
---
 python/pyproject.toml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/python/pyproject.toml b/python/pyproject.toml
index 69881b8018..087110fb94 100644
--- a/python/pyproject.toml
+++ b/python/pyproject.toml
@@ -37,6 +37,7 @@ packages = [
     { include = "pyiceberg" },
     { from = "vendor", include = "fb303" },
     { from = "vendor", include = "hive_metastore" },
+    { include = "tests", format = "sdist" },
 ]