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>
This commit is contained in:
parent
95f6fa16d5
commit
39e9f3cae9
6 changed files with 183 additions and 0 deletions
12
MANIFEST.in
Normal file
12
MANIFEST.in
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
# 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 *
|
||||
Loading…
Add table
Add a link
Reference in a new issue