diff --git a/MANIFEST.in b/MANIFEST.in new file mode 100644 index 0000000..a3d32d5 --- /dev/null +++ b/MANIFEST.in @@ -0,0 +1,8 @@ +# Include the README +include *.md + +# Include the license file +include LICENSE + +# Include requirements +include requirements.txt