added explicit manifest file

This commit is contained in:
Charlotte-Sommerville
2014-05-05 10:19:37 -04:00
parent 62a2392fc9
commit 7e847ad193
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -0,0 +1,4 @@
include *.txt
include README.md
recursive-include examples *.txt *.py
prune examples/sample?/build
+1 -1
View File
@@ -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(),