From 94958bbdc2fe6dfd19badce4d4b081b13a51a9c9 Mon Sep 17 00:00:00 2001 From: Richard Smith Date: Mon, 9 Dec 2024 17:11:45 +0000 Subject: [PATCH] make github track dependents --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index b70592b..c91f3bb 100644 --- a/setup.py +++ b/setup.py @@ -23,9 +23,9 @@ class BinaryDistribution(Distribution): def has_ext_modules(foo): return True -# should be name="raylib"+NAME but then Git doesn't track dependants +# 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,