Files
Python-for-Geeks/Chapter2/mypackages/masifutilv2/MANIFEST.in
T
2021-01-16 15:21:52 +04:00

10 lines
156 B
Plaintext

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