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
SMIRR Jean-Loup
igor
Commits
53027c19
Commit
53027c19
authored
Jul 22, 2012
by
W. Trevor King
Browse files
Use modern {} formatting instead of %s for setup.py's provides option.
parent
ff3da757
Changes
1
Hide whitespace changes
Inline
Side-by-side
setup.py
View file @
53027c19
...
...
@@ -58,5 +58,5 @@ setup(name=package_name,
'bin/igorbinarywave.py'
,
'bin/igorpackedexperiment.py'
,
],
provides
=
[
'igor (
%s)'
%
__version__
],
provides
=
[
'igor (
{})'
.
format
(
__version__
)
],
)
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