Skip to content
This repository was archived by the owner on Jun 3, 2025. It is now read-only.

Commit dfcbf74

Browse files
authored
Add utils/artifacts.py to MANIFEST (#495) (#496)
The functions needed for the artifact store functionality to work in setup.py aren't included by default in the source distribution https://packaging.python.org/en/latest/guides/using-manifest-in/
1 parent 50376ed commit dfcbf74

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

MANIFEST.in

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
include LICENSE
2+
include utils/artifacts.py
23
recursive-include src/deepsparse/avx2 *
3-
recursive-include src/deepsparse/avx512 *
4+
recursive-include src/deepsparse/avx512 *

0 commit comments

Comments
 (0)