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(),