We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9aa455 commit 91fc9cfCopy full SHA for 91fc9cf
1 file changed
MANIFEST.in
@@ -15,7 +15,17 @@
15
# specific language governing permissions and limitations
16
# under the License.
17
18
-# Remove build resources
+# Include Cython source files for building from source
19
+recursive-include pyiceberg *.pyx *.c
20
+
21
+# Include test files in sdist
22
+recursive-include tests *.py
23
24
+# Include development files
25
+include Makefile
26
+recursive-include dev *
27
28
+# Exclude build artifacts
29
prune .venv
30
prune build
31
prune dist
0 commit comments