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.db.mobio
Commits
28637b21
Commit
28637b21
authored
Nov 06, 2014
by
Manuel Günther
Browse files
Implemented versioning by version.txt
parent
12028ae7
Changes
3
Hide whitespace changes
Inline
Side-by-side
MANIFEST.in
View file @
28637b21
include README.rst bootstrap.py buildout.cfg COPYING
include README.rst bootstrap.py buildout.cfg COPYING
version.txt
recursive-include doc *.py *.rst
recursive-include bob *.sql3
setup.py
View file @
28637b21
...
...
@@ -18,12 +18,15 @@
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
# parameters that define our package.
setup
(
name
=
'bob.db.mobio'
,
version
=
'2.0.0a0'
,
version
=
version
,
description
=
'MOBIO Database Access API for Bob'
,
url
=
'https://pypi.python.org/pypi/bob.db.mobio'
,
license
=
'GPLv3'
,
...
...
version.txt
0 → 100644
View file @
28637b21
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