Add a MANIFEST.in

Based on https://github.com/pypa/sampleproject/blob/master/MANIFEST.in

Issue #5 (#5)
This commit is contained in:
2018-10-05 09:22:50 +02:00
parent a9d7834c15
commit 1bfc57c0ae

8
MANIFEST.in Normal file
View File

@@ -0,0 +1,8 @@
# Include the README
include *.md
# Include the license file
include LICENSE.txt
# Include the data files
# recursive-include data *