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

Fix readme

parent 7e5bda27
No related branches found
No related tags found
No related merge requests found
...@@ -3,9 +3,9 @@ ...@@ -3,9 +3,9 @@
=========================================== ===========================================
This package provides a ``pkg-config`` bridge for Python/C++ extensions for This package provides a ``pkg-config`` bridge for Python/C++ extensions for
`Bob <http://www.idiap.ch/software/bob/>`. You use this package by including it `Bob <http://www.idiap.ch/software/bob/>`_. You use this package by including it
in the ``setup_requires`` field of your ``setup.py`` file. in the ``setup_requires`` field of your ``setup.py`` file.
Building with ``zc.buildout`` is possible using the ``develop`` recipe in Building with ``zc.buildout`` is possible using the ``develop`` recipe in
`xbob.buildout <http://pypi.python.org/pypi/xbob.buildout>`. Follow the `xbob.buildout <http://pypi.python.org/pypi/xbob.buildout>`_. Follow the
instructions described on that package for this recipe. instructions described on that package for this recipe.
...@@ -11,7 +11,7 @@ from setuptools import setup, find_packages ...@@ -11,7 +11,7 @@ from setuptools import setup, find_packages
setup( setup(
name="xbob.extension", name="xbob.extension",
version="0.1.0a0", version="0.1.0",
description="Helps projects building Python/C++ extensions for Bob", description="Helps projects building Python/C++ extensions for Bob",
license="GPLv3", license="GPLv3",
author='Andre Anjos', author='Andre Anjos',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment