We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b30cf03 commit 4ac7e5fCopy full SHA for 4ac7e5f
MANIFEST.in
@@ -27,7 +27,7 @@ include uv.lock
27
# Cython source files
28
recursive-include pyiceberg *.pyx *.pyi
29
30
-# vendor packages
+# Vendor packages
31
recursive-include vendor *
32
33
# type stubs
@@ -49,3 +49,8 @@ prune .venv
49
prune build
50
prune dist
51
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
@@ -1,7 +1,12 @@
1
-.github/*
+.github/.*
2
.rat-excludes
3
build
4
.git
5
.gitignore
6
uv.lock
7
-mkdocs/*
+mkdocs/.*
8
+.venv/.*
9
+.*\.egg-info.*
10
+.*\.pytest_cache.*
11
+setup.cfg
12
+pyiceberg\.egg-info/.*
0 commit comments