diff --git a/MANIFEST.in b/MANIFEST.in index fa9d406..ce0afe3 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,4 +1,6 @@ include README.md include VERSION include LICENSE -include cpp/src/*.hpp +recursive-include cpp/src *.hpp +recursive-include cpp/extern/boost * +recursive-include python/src *.hpp diff --git a/VERSION b/VERSION index a918a2a..ee6cdce 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.6.0 +0.6.1