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
LARN
PRRT
Commits
82b8b290
Commit
82b8b290
authored
Jan 17, 2017
by
Andreas Schmidt
Browse files
Fix prefix so that tags are properly detected.
parent
b948d82e
Pipeline
#775
passed with stages
in 55 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
_version.py
View file @
82b8b290
...
...
@@ -41,7 +41,7 @@ def get_config():
cfg
=
VersioneerConfig
()
cfg
.
VCS
=
"git"
cfg
.
style
=
"pep440"
cfg
.
tag_prefix
=
"
'
prrt-
'
"
cfg
.
tag_prefix
=
"prrt-"
cfg
.
parentdir_prefix
=
"None"
cfg
.
versionfile_source
=
"_version.py"
cfg
.
verbose
=
False
...
...
setup.cfg
View file @
82b8b290
...
...
@@ -6,4 +6,4 @@ universal=1
VCS = git
style = pep440
versionfile_source = _version.py
tag_prefix =
'
prrt-
'
tag_prefix = prrt-
Write
Preview
Supports
Markdown
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