Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bob
bob.extension
Commits
c8bd0228
Commit
c8bd0228
authored
Feb 04, 2013
by
André Anjos
💬
Browse files
Fix readme
parent
7e5bda27
Changes
2
Hide whitespace changes
Inline
Side-by-side
README.rst
View file @
c8bd0228
...
...
@@ -3,9 +3,9 @@
===========================================
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.
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.
setup.py
View file @
c8bd0228
...
...
@@ -11,7 +11,7 @@ from setuptools import setup, find_packages
setup
(
name
=
"xbob.extension"
,
version
=
"0.1.0
a0
"
,
version
=
"0.1.0"
,
description
=
"Helps projects building Python/C++ extensions for Bob"
,
license
=
"GPLv3"
,
author
=
'Andre Anjos'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment