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
beat
beat.web
Commits
4e5097f0
Commit
4e5097f0
authored
Dec 10, 2018
by
André Anjos
💬
Browse files
[setup.py] Externalize version number to be able to use existing CI infrastructure
parent
158d2a28
Pipeline
#25346
failed with stage
in 4 minutes and 23 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
setup.py
View file @
4e5097f0
...
...
@@ -33,7 +33,7 @@ from io import open
setup
(
name
=
'beat.web'
,
version
=
'1.3.1rc1'
,
version
=
open
(
"version.txt"
).
read
().
rstrip
()
,
description
=
'Biometrics Evaluation and Testing Platform (Web Modules)'
,
url
=
'https://gitlab.idiap.ch/beat/beat.web'
,
license
=
'AGPLv3'
,
...
...
version.txt
0 → 100644
View file @
4e5097f0
1.3.1rc1
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