From 0843e46e9142be058863251f740b73abadd1da26 Mon Sep 17 00:00:00 2001 From: Tom Rothamel Date: Sat, 14 Sep 2024 00:19:09 -0400 Subject: [PATCH] Fix an issue with with sdist, versions, and pygame_sdl2. --- distribute.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/distribute.py b/distribute.py index d5729e4df..11bd65919 100755 --- a/distribute.py +++ b/distribute.py @@ -252,7 +252,7 @@ def main(): "-q", "egg_info", "--tag-build", - "+renpy" + args.version, + "+renpy" + args.version.replace("+", "-"), "sdist", "-d", os.path.abspath(destination)