Fix an issue with with sdist, versions, and pygame_sdl2.

This commit is contained in:
Tom Rothamel
2024-09-14 00:19:09 -04:00
parent a0963c18ee
commit 0843e46e91
+1 -1
View File
@@ -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)