diff --git a/python/MANIFEST.in b/python/MANIFEST.in index babee5d..fb39dac 100644 --- a/python/MANIFEST.in +++ b/python/MANIFEST.in @@ -1 +1 @@ -include src/*.c src/trexio*.h examples/*.ipynb requirements.txt set_NUMPY_INCLUDEDIR.sh +include src/*.c src/trexio*.h examples/*.ipynb requirements.txt tools/set_NUMPY_INCLUDEDIR.sh diff --git a/python/set_NUMPY_INCLUDEDIR.sh b/python/tools/set_NUMPY_INCLUDEDIR.sh similarity index 100% rename from python/set_NUMPY_INCLUDEDIR.sh rename to python/tools/set_NUMPY_INCLUDEDIR.sh