diff --git a/MANIFEST.in b/MANIFEST.in index 8f02690..8ba763a 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -9,4 +9,5 @@ recursive-include bin/* #Misc include COPYING +include README.md include requirements.txt diff --git a/setup.py b/setup.py index 74ea07b..5098bd5 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ with open('README.md', 'r') as f: setup( name='Stegano', - version='0.4', + version='0.4.1', author='Cédric Bonhomme', author_email='cedric@cedricbonhomme.org', packages=packages,