From 293ff2ef6e0e188f0123016e2e0320c137c822cd Mon Sep 17 00:00:00 2001 From: Manuel Guenther <manuel.guenther@idiap.ch> Date: Fri, 7 Sep 2012 12:45:23 +0200 Subject: [PATCH] added mising files to the MANIFEST.in --- MANIFEST.in | 4 ++++ setup.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index 466879f..7390de7 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1 +1,5 @@ +include README.rst +include bootstrap.py +inlcude buildout.cfg recursive-include doc *.rst + diff --git a/setup.py b/setup.py index 1b19325..cac4713 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ setup( # This is the basic information about your project. Modify all this # information before releasing code publicly. name='bob.example.faceverify', - version='0.1.2', + version='0.1.3', description='Example for using Bob to create face verification systems', url='http://pypi.python.org/pypi/bob.example.faceverify', license='GPLv3', -- GitLab