pypy 3.11 build
This commit is contained in:
parent
32061daadb
commit
8a45dfad6d
2 changed files with 4 additions and 4 deletions
2
setup.py
2
setup.py
|
@ -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,
|
||||
|
|
Reference in a new issue