yolov10/MANIFEST.in
Ayush Chaurasia 39e9f3cae9
Initial pip structure (#1)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
2022-09-16 22:43:06 +02:00

13 lines
191 B
Plaintext

# Include the README
include *.md
include requirements.txt
# Include the license file
include LICENSE
# Include setup.py
include setup.py
# Include the data files
recursive-include data *