Skip to content

Commit 4ac7e5f

Browse files
committed
rebase and fix build
1 parent b30cf03 commit 4ac7e5f

File tree

5 files changed

+1041
-1214
lines changed

5 files changed

+1041
-1214
lines changed

MANIFEST.in

Lines changed: 6 additions & 1 deletion
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
@@ -49,3 +49,8 @@ prune .venv
4949
prune build
5050
prune dist
5151
prune *.egg-info
52+
prune .pytest_cache
53+
54+
# Exclude generated files
55+
exclude pyiceberg/avro/decoder_fast.c
56+
exclude setup.cfg

dev/.rat-excludes

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
1-
.github/*
1+
.github/.*
22
.rat-excludes
33
build
44
.git
55
.gitignore
66
uv.lock
7-
mkdocs/*
7+
mkdocs/.*
8+
.venv/.*
9+
.*\.egg-info.*
10+
.*\.pytest_cache.*
11+
setup.cfg
12+
pyiceberg\.egg-info/.*

0 commit comments

Comments
 (0)