Fix an issue with with sdist, versions, and pygame_sdl2.
This commit is contained in:
+1
-1
@@ -252,7 +252,7 @@ def main():
|
|||||||
"-q",
|
"-q",
|
||||||
"egg_info",
|
"egg_info",
|
||||||
"--tag-build",
|
"--tag-build",
|
||||||
"+renpy" + args.version,
|
"+renpy" + args.version.replace("+", "-"),
|
||||||
"sdist",
|
"sdist",
|
||||||
"-d",
|
"-d",
|
||||||
os.path.abspath(destination)
|
os.path.abspath(destination)
|
||||||
|
|||||||
Reference in New Issue
Block a user