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>
12 lines
191 B
Text
12 lines
191 B
Text
# 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 *
|