From 7e847ad193983a55a192d9cef7ba6d4d6f1fd40e Mon Sep 17 00:00:00 2001 From: Charlotte-Sommerville Date: Mon, 5 May 2014 10:19:37 -0400 Subject: [PATCH] added explicit manifest file --- MANIFEST.in | 4 ++++ setup.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 MANIFEST.in diff --git a/MANIFEST.in b/MANIFEST.in new file mode 100644 index 0000000..45229ea --- /dev/null +++ b/MANIFEST.in @@ -0,0 +1,4 @@ +include *.txt +include README.md +recursive-include examples *.txt *.py +prune examples/sample?/build diff --git a/setup.py b/setup.py index fb2bdc7..c499508 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ except ImportError: setup( name = "IndicoIo", - version = '0.2.0', + version = '0.2.1', packages = ["IndicoIo",], license = "MIT License (See LICENSE)", long_description = open("README.md").read(),