diff --git a/MANIFEST.in b/MANIFEST.in index 96a78fdd866128a52a19e558252d8c06ef4a6bfc..338a7bf4a51c00d539febb8f38ee28554ed2afcb 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,2 +1,3 @@ -include README.rst *.cfg bootstrap.py +include README.rst buildout.cfg bootstrap.py recursive-include xbob *.cpp *.h *.xml *.dat +exclude .installed.cfg diff --git a/setup.py b/setup.py index 6f1d47f804cef843c6fc655c0ff3bee48fe313c5..73bd729201386041fd310a5beef3b8a4e3294bc0 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ from xbob.extension import Extension setup( name="xbob.flandmark", - version="1.0.5", + version="1.0.6", description="Python bindings to the flandmark keypoint localization library", license="GPLv3", author='Andre Anjos',