Skip to content
Snippets Groups Projects
Commit 46aa7962 authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

Update to last buildout recipes

parent 752a8d8c
No related branches found
No related tags found
No related merge requests found
......@@ -6,13 +6,14 @@
"""Bindings for flandmark
"""
from setuptools import setup, find_packages
from setuptools import setup, find_packages, dist
dist.Distribution(dict(setup_requires='xbob.extension'))
from xbob.extension import Extension
setup(
name="xbob.flandmark",
version="1.0.4",
version="1.0.5",
description="Python bindings to the flandmark keypoint localization library",
license="GPLv3",
author='Andre Anjos',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment