fix missing mac builds

This commit is contained in:
Richard Smith 2025-01-04 20:09:34 +00:00
parent 2c79346ae2
commit d6ba624c6e
2 changed files with 7 additions and 1 deletions

View file

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