diff --git a/MANIFEST.in b/MANIFEST.in index 8ec6176..b9410e1 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,6 +1,6 @@ include README include LICENSE -include python\*.c -include python\*.h -include lib\*.cpp -include lib\*.h +include python/*.c +include python/*.h +include lib/*.cpp +include lib/*.h