Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bob.extension
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
bob
bob.extension
Commits
c8bd0228
Commit
c8bd0228
authored
12 years ago
by
André Anjos
Browse files
Options
Downloads
Patches
Plain Diff
Fix readme
parent
7e5bda27
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.rst
+2
-2
2 additions, 2 deletions
README.rst
setup.py
+1
-1
1 addition, 1 deletion
setup.py
with
3 additions
and
3 deletions
README.rst
+
2
−
2
View file @
c8bd0228
...
@@ -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.
This diff is collapsed.
Click to expand it.
setup.py
+
1
−
1
View file @
c8bd0228
...
@@ -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.0
a0
"
,
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
'
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment