Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
LARN
PRRT
Commits
82b8b290
Commit
82b8b290
authored
Jan 17, 2017
by
Andreas Schmidt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix prefix so that tags are properly detected.
parent
b948d82e
Pipeline
#775
passed with stages
in 55 seconds
Changes
2
Pipelines
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
_version.py
_version.py
+1
-1
setup.cfg
setup.cfg
+1
-1
No files found.
_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
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