Skip to content
GitLab
Menu
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.replay
Commits
1e766368
Commit
1e766368
authored
Nov 06, 2014
by
Manuel Günther
Browse files
Implemented versioning by version.txt
parent
d762ea09
Changes
3
Hide whitespace changes
Inline
Side-by-side
MANIFEST.in
View file @
1e766368
include README.rst
include README.rst
version.txt
recursive-include doc *.py *.rst
recursive-include bob *.sql3
setup.py
View file @
1e766368
...
...
@@ -5,12 +5,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.replay'
,
version
=
'2.0.0a0'
,
version
=
version
,
description
=
'Replay Attack Database Access API for Bob'
,
url
=
'http://pypi.python.org/pypi/bob.db.replay'
,
license
=
'GPLv3'
,
...
...
version.txt
0 → 100644
View file @
1e766368
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