We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ff7f8f commit 267e784Copy full SHA for 267e784
setup_common.py
@@ -32,5 +32,6 @@ def create_release_file(metadata):
32
__author__ = "%(author)s <%(author_email)s>"
33
version_info = %(version_info)s
34
__version__ = "%(version)s"
35
-""" % metadata
+"""
36
+ % metadata
37
)
0 commit comments