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

Commit e889aa3

Browse files
authored
Include YOLOv5 data files in sparseml wheel (#904) (#906)
1 parent 9902945 commit e889aa3

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

MANIFEST.in

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
include LICENSE
1+
include LICENSE
2+
recursive-include src/sparseml/yolov5 *.yaml *.sh

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,7 @@ def _setup_long_description() -> Tuple[str, str]:
203203
),
204204
license="Apache",
205205
url="https://github.com/neuralmagic/sparseml",
206+
include_package_data=True,
206207
package_dir=_setup_package_dir(),
207208
packages=_setup_packages(),
208209
install_requires=_setup_install_requires(),

0 commit comments

Comments
 (0)