backgroundremover/MANIFEST.in
2021-07-05 16:45:06 -04:00

13 lines
183 B
Plaintext

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