Skip to content

Commit 726f960

Browse files
committed
rebase
1 parent 27efbc7 commit 726f960

File tree

4 files changed

+1374
-926
lines changed

4 files changed

+1374
-926
lines changed

MANIFEST.in

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ include uv.lock
2727
# Cython source files
2828
recursive-include pyiceberg *.pyx *.pyi
2929

30-
# vendor packages
30+
# Vendor packages
3131
recursive-include vendor *
3232

3333
# type stubs
@@ -48,4 +48,3 @@ global-exclude __pycache__
4848
prune .venv
4949
prune build
5050
prune dist
51-
prune *.egg-info

dev/.rat-excludes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ build
55
.gitignore
66
uv.lock
77
mkdocs/*
8+
.venv/*

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ default-groups = [
138138
]
139139

140140
[build-system]
141-
requires = ["setuptools>=64", "wheel", "Cython>=3.0.0"]
141+
requires = ["setuptools>=80", "wheel", "Cython>=3.0.0"]
142142
build-backend = "setuptools.build_meta"
143143

144144
[[tool.mypy.overrides]]

0 commit comments

Comments
 (0)