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

Fix setup

parent 75025ec4
No related branches found
No related tags found
No related merge requests found
......@@ -9,6 +9,9 @@ from setuptools import setup, find_packages, dist
dist.Distribution(dict(setup_requires=['bob.extension', 'bob.blitz'] + bob_packages))
from bob.blitz.extension import Extension, Library, build_ext
from bob.extension.utils import load_requirements
build_requires = load_requirements()
packages = ['boost']
boost_modules = ['system', 'python']
......
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