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

Upgrade to newest buildout rules for xbob

parent 73319b24
No related branches found
No related tags found
No related merge requests found
......@@ -8,12 +8,12 @@
from setuptools import setup, find_packages, dist
dist.Distribution(dict(setup_requires='xbob.extension'))
from xbob.extension import Extension
from xbob.extension import Extension, build_ext
setup(
name="xbob.flandmark",
version="1.0.6",
version="1.0.7",
description="Python bindings to the flandmark keypoint localization library",
license="GPLv3",
author='Andre Anjos',
......@@ -44,6 +44,10 @@ setup(
],
},
cmdclass={
'build_ext': build_ext,
},
ext_modules=[
Extension("xbob.flandmark._flandmark",
[
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment