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.db.youtube
Commits
6e67a201
Commit
6e67a201
authored
Nov 06, 2014
by
Manuel Günther
Browse files
Implemented versioning by version.txt
parent
7be1f87e
Changes
3
Hide whitespace changes
Inline
Side-by-side
MANIFEST.in
View file @
6e67a201
include README.rst
include README.rst
version.txt
recursive-include doc *.py *.rst
recursive-include doc *.py *.rst
recursive-include bob *.sql3 Youtube*.mat Youtube*.txt
recursive-include bob *.sql3 Youtube*.mat Youtube*.txt
setup.py
View file @
6e67a201
...
@@ -5,12 +5,15 @@
...
@@ -5,12 +5,15 @@
from
setuptools
import
setup
,
find_packages
from
setuptools
import
setup
,
find_packages
# Define package version
version
=
open
(
"version.txt"
).
read
().
rstrip
()
# The only thing we do in this file is to call the setup() function with all
# The only thing we do in this file is to call the setup() function with all
# parameters that define our package.
# parameters that define our package.
setup
(
setup
(
name
=
'bob.db.youtube'
,
name
=
'bob.db.youtube'
,
version
=
'2.0.0a0'
,
version
=
version
,
description
=
'Youtube Faces Database Access API for Bob'
,
description
=
'Youtube Faces Database Access API for Bob'
,
url
=
'http://github.com/bioidiap/bob.db.youtube'
,
url
=
'http://github.com/bioidiap/bob.db.youtube'
,
license
=
'GPLv3'
,
license
=
'GPLv3'
,
...
...
version.txt
0 → 100644
View file @
6e67a201
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