Skip to content

Commit 7a70100

Browse files
committed
Updated MANIFEST
1 parent aea9e4f commit 7a70100

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

MANIFEST.in

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Include cmake build instructions
2+
include CMakeLists.txt
3+
14
# Vendor package header files
25
recursive-include include *.h
36
recursive-include include *.hpp
@@ -10,8 +13,13 @@ exclude src/R_data.cpp src/R_random_effects.cpp
1013
# Remove the CRAN extensionless LICENSE file
1114
exclude LICENSE
1215

13-
# Vendor pybind11 header files in PyPI source distribution
16+
# Vendor pybind11 dependencies in PyPI source distribution
1417
recursive-include deps/pybind11/include/pybind11 *.h
18+
recursive-include deps/pybind11/tools *
19+
include deps/pybind11/CMakeLists.txt
20+
include deps/pybind11/pyproject.toml
21+
include deps/pybind11/setup.cfg
22+
include deps/pybind11/setup.py
1523

1624
# Vendor fmt header files in PyPI source distribution
1725
recursive-include deps/fmt/include/fmt *.h

0 commit comments

Comments
 (0)