fix dynamic raylib header being different from static header by making it a link

This commit is contained in:
Richard Smith 2024-11-24 13:18:36 +00:00
parent 8af441f49f
commit 6483b53cf3
2 changed files with 2 additions and 1410 deletions

View file

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