make github track dependents

This commit is contained in:
Richard Smith 2024-12-09 17:11:45 +00:00 committed by GitHub
parent 89d56a730f
commit 94958bbdc2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -23,9 +23,9 @@ class BinaryDistribution(Distribution):
def has_ext_modules(foo): def has_ext_modules(foo):
return True 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( 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,