Add MANIFEST.in
authorTim Van Steenburgh <tvansteenburgh@gmail.com>
Thu, 22 Dec 2016 14:15:19 +0000 (09:15 -0500)
committerTim Van Steenburgh <tvansteenburgh@gmail.com>
Thu, 22 Dec 2016 14:15:19 +0000 (09:15 -0500)
Need VERSION file included in distribution. Fixes #38.

.gitignore
MANIFEST.in [new file with mode: 0644]

index f8abe96..da5be27 100644 (file)
@@ -8,3 +8,4 @@ __pycache__/
 *.egg-info/
 .cache/
 .\#*
+dist/
diff --git a/MANIFEST.in b/MANIFEST.in
new file mode 100644 (file)
index 0000000..f4807a7
--- /dev/null
@@ -0,0 +1,4 @@
+include *.py CONTRIBUTORS LICENSE README.rst VERSION
+recursive-include juju *.py
+recursive-include examples *.py
+exclude Makefile