Based on https://github.com/pypa/sampleproject/blob/master/MANIFEST.in Issue #5 (#5)
9 lines
135 B
Plaintext
9 lines
135 B
Plaintext
# Include the README
|
|
include *.md
|
|
|
|
# Include the license file
|
|
include LICENSE.txt
|
|
|
|
# Include the data files
|
|
# recursive-include data *
|