Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Validata
Validata UI
Commits
ee01c9e7
Commit
ee01c9e7
authored
Jun 24, 2019
by
Christophe Benz
Browse files
Strip version number
parent
721720cf
Changes
1
Hide whitespace changes
Inline
Side-by-side
setup.py
View file @
ee01c9e7
...
...
@@ -12,7 +12,7 @@ with readme_filepath.open('rt', encoding='utf-8') as fd:
LONG_DESCRIPTION
=
fd
.
read
()
with
(
script_dir
/
'validata_ui'
/
'VERSION'
).
open
(
'rt'
,
encoding
=
'utf-8'
)
as
fd
:
VERSION
=
fd
.
read
()
VERSION
=
fd
.
read
()
.
strip
()
setup
(
...
...
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