diff --git a/MANIFEST.in b/MANIFEST.in
index aa6e2a0aad..d30f250972 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -3,3 +3,4 @@ include utils/artifacts.py
 include src/deepsparse/transformers/haystack/haystack_reqs.txt
 recursive-include src/deepsparse/avx2 *
 recursive-include src/deepsparse/avx512 *
+recursive-include src/deepsparse/neon *
diff --git a/setup.py b/setup.py
index 538301d69f..d457cd1a5c 100644
--- a/setup.py
+++ b/setup.py
@@ -64,7 +64,7 @@
     os.remove(license_nm_path)
 
 # File regexes for binaries to include in package_data
-binary_regexes = ["*/*.so", "*/*.so.*", "*.bin", "*/*.bin"]
+binary_regexes = ["*/*.so", "*/*.so.*", "*.bin", "*/*.bin", "*/*.dylib"]
 
 # regexes for things to include as license files in the .dist-info
 # see https://github.com/pypa/setuptools/blob/v65.6.0/docs/references/keywords.rst