Skip to content

Commit

Permalink
Include YOLOv5 data files in sparseml wheel (#904) (#906)
Browse files Browse the repository at this point in the history
  • Loading branch information
KSGulin authored Jun 22, 2022
1 parent 9902945 commit e889aa3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
include LICENSE
include LICENSE
recursive-include src/sparseml/yolov5 *.yaml *.sh
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,7 @@ def _setup_long_description() -> Tuple[str, str]:
),
license="Apache",
url="https://github.com/neuralmagic/sparseml",
include_package_data=True,
package_dir=_setup_package_dir(),
packages=_setup_packages(),
install_requires=_setup_install_requires(),
Expand Down

0 comments on commit e889aa3

Please sign in to comment.