Update setup.py for stupid github depedancy tracking

This commit is contained in:
Richard Smith 2025-01-28 18:18:36 +00:00 committed by GitHub
parent bf1622c5c2
commit 4bdd922417
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,