diff --git a/binding/python/setup.py b/binding/python/setup.py index f8aff35..9e5cbcd 100644 --- a/binding/python/setup.py +++ b/binding/python/setup.py @@ -32,7 +32,7 @@ shutil.copytree( os.path.join(os.path.dirname(__file__), '../../lib', platform), os.path.join(package_folder, 'lib', platform)) -manifest_in += "recursive-include pvkoala/lib/ *\n" +manifest_in += "recursive-include pvkoala/lib *\n" with open(os.path.join(os.path.dirname(__file__), 'MANIFEST.in'), 'w') as f: f.write(manifest_in)