From 4bdd92241785e85e099bb8e11fb54f8890146967 Mon Sep 17 00:00:00 2001 From: Richard Smith Date: Tue, 28 Jan 2025 18:18:36 +0000 Subject: [PATCH] Update setup.py for stupid github depedancy tracking --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index edac878..c91f3bb 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ class BinaryDistribution(Distribution): # should be name="raylib"+NAME but then Github doesn't track dependants setup( - name="raylib"+NAME, + name="raylib", version=VERSION, description="Python CFFI bindings for Raylib", long_description=README,