Skip to content

Commit 91fc9cf

Browse files
committed
explicit includes with manifest.in
1 parent a9aa455 commit 91fc9cf

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

MANIFEST.in

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,17 @@
1515
# specific language governing permissions and limitations
1616
# under the License.
1717

18-
# Remove build resources
18+
# 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
1929
prune .venv
2030
prune build
2131
prune dist

0 commit comments

Comments
 (0)