Skip to content

Commit

Permalink
Added MANIFEST.in file
Browse files Browse the repository at this point in the history
By including a manifest file we can hopefully ensure that the pybind source is recursively cloned and shipped
which will allow pypi to build from source when binaries are not available
  • Loading branch information
Raphael Shirley committed Oct 17, 2024
1 parent 8adf41f commit 340be82
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
include README.md
include LICENSE
recursive-include extern/pybind11 *

0 comments on commit 340be82

Please sign in to comment.