Add a MANIFEST.in
Based on https://github.com/pypa/sampleproject/blob/master/MANIFEST.in Issue #5 (#5)
This commit is contained in:
8
MANIFEST.in
Normal file
8
MANIFEST.in
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
# Include the README
|
||||||
|
include *.md
|
||||||
|
|
||||||
|
# Include the license file
|
||||||
|
include LICENSE.txt
|
||||||
|
|
||||||
|
# Include the data files
|
||||||
|
# recursive-include data *
|
||||||
Reference in New Issue
Block a user