Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bob
bob.ap
Commits
4e404c6d
Commit
4e404c6d
authored
Nov 06, 2014
by
Manuel Günther
Browse files
Implemented versioning by version.txt
parent
6f999f5a
Changes
3
Hide whitespace changes
Inline
Side-by-side
MANIFEST.in
View file @
4e404c6d
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 conf.py *.rst
recursive-include bob *.h *.cpp
recursive-include bob/ap/data *.wav
setup.py
View file @
4e404c6d
...
...
@@ -12,7 +12,7 @@ from bob.blitz.extension import Extension, Library, build_ext
from
bob.extension.utils
import
load_requirements
build_requires
=
load_requirements
()
version
=
'2.0.0a0'
version
=
open
(
'version.txt'
).
read
().
rstrip
()
setup
(
...
...
version.txt
0 → 100644
View file @
4e404c6d
2.0.0a3
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment