From 3d09812244d536e8b69c0f47eddc695dd782b9fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Bonhomme?= Date: Mon, 5 Oct 2015 08:56:00 +0200 Subject: [PATCH] missing files to be uploaded on pypi! --- MANIFEST.in | 6 +++--- setup.py | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/MANIFEST.in b/MANIFEST.in index 8ba763a..3774992 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,11 +1,11 @@ #documentation -recursive-include docs/ * +recursive-include docs * #example files -recursive-include examples/ * +recursive-include examples * # binary files -recursive-include bin/* +recursive-include bin * #Misc include COPYING diff --git a/setup.py b/setup.py index 5098bd5..2783272 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ with open('README.md', 'r') as f: setup( name='Stegano', - version='0.4.1', + version='0.4.2', author='Cédric Bonhomme', author_email='cedric@cedricbonhomme.org', packages=packages,