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.learn.boosting
Commits
5053da34
Commit
5053da34
authored
Nov 06, 2014
by
Manuel Günther
Browse files
Implemented versioning by version.txt
parent
98f299ed
Changes
3
Hide whitespace changes
Inline
Side-by-side
MANIFEST.in
View file @
5053da34
include LICENSE README.rst bootstrap.py buildout.cfg requirements.txt
include LICENSE README.rst bootstrap.py buildout.cfg requirements.txt
version.txt
recursive-include doc *.py *.rst
recursive-include bob/learn/boosting *.h *.cpp
recursive-include bob/learn/boosting/data *.hdf5 *.tar.bz2
setup.py
View file @
5053da34
...
...
@@ -28,11 +28,12 @@ from bob.blitz.extension import Extension, Library, build_ext
from
bob.extension.utils
import
load_requirements
build_requires
=
load_requirements
()
# Define package version
version
=
open
(
"version.txt"
).
read
().
rstrip
()
packages
=
[
'boost'
]
boost_modules
=
[
'system'
]
version
=
"2.0.0a0"
# The only thing we do in this file is to call the setup() function with all
# parameters that define our package.
setup
(
...
...
version.txt
0 → 100644
View file @
5053da34
2.0.0a3
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