Skip to content

Commit

Permalink
Add cmake/ to MANIFEST.in (openPMD#1140)
Browse files Browse the repository at this point in the history
Forgot to add in openPMD#1128, which is then missing in Python sdist files
for pip from-source builds.
  • Loading branch information
ax3l authored Nov 6, 2021
1 parent 2318b9a commit e36b5ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ include README.md COPYING COPYING.LESSER
include pyproject.toml
include requirements.txt
global-include CMakeLists.txt *.cmake *.in
recursive-include cmake *
recursive-include include *
recursive-include src *
recursive-include share *
Expand Down

0 comments on commit e36b5ab

Please sign in to comment.