From 56d06bdf325d19676432737fdaf697f805122daa Mon Sep 17 00:00:00 2001 From: Richard Smith Date: Mon, 7 Apr 2025 11:02:38 +0100 Subject: [PATCH] github dependents --- 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,