From: Markus Koschany <apo@debian.org>
Date: Sun, 5 Feb 2023 00:47:28 +0100
Subject: setuptools ftbfs

Fix FTBFS with latest setuptools version in Debian.

Forwarded: no
---
 module/setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/module/setup.py b/module/setup.py
index bd16816..8568a4a 100644
--- a/module/setup.py
+++ b/module/setup.py
@@ -225,4 +225,4 @@ sys.path.insert(0, '..')
 
 import renpy
 
-setuplib.setup("Ren'Py", renpy.version[7:]) # @UndefinedVariable
+setuplib.setup("Ren'Py", "8.0.2") # @UndefinedVariable
