File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -45,6 +45,13 @@ dependencies = [
4545 " zstandard>=0.13.0,<1.0.0"
4646]
4747
48+ [project .urls ]
49+ Homepage = " https://py.iceberg.apache.org/"
50+ Repository = " https://github.com/apache/iceberg-python"
51+
52+ [project .scripts ]
53+ pyiceberg = " pyiceberg.cli.console:run"
54+
4855[project .optional-dependencies ]
4956pyarrow = [
5057 " pyarrow>=17.0.0" ,
@@ -93,13 +100,6 @@ pyiceberg-core = ["pyiceberg-core>=0.5.1,<0.8.0"]
93100datafusion = [" datafusion>=45,<49" ]
94101gcp-auth = [" google-auth>=2.4.0" ]
95102
96- [project .urls ]
97- Homepage = " https://py.iceberg.apache.org/"
98- Repository = " https://github.com/apache/iceberg-python"
99-
100- [project .scripts ]
101- pyiceberg = " pyiceberg.cli.console:run"
102-
103103[dependency-groups ]
104104dev = [
105105 " pytest==7.4.4" ,
You can’t perform that action at this time.
0 commit comments