github dependents

This commit is contained in:
Richard Smith 2025-04-07 11:02:38 +01:00 committed by GitHub
parent 22af40317d
commit 56d06bdf32
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -25,7 +25,7 @@ class BinaryDistribution(Distribution):
# should be name="raylib"+NAME but then Github doesn't track dependants # should be name="raylib"+NAME but then Github doesn't track dependants
setup( setup(
name="raylib"+NAME, name="raylib",
version=VERSION, version=VERSION,
description="Python CFFI bindings for Raylib", description="Python CFFI bindings for Raylib",
long_description=README, long_description=README,