pypy 3.11 build

This commit is contained in:
Richard Smith 2025-02-12 02:43:56 +00:00
parent 32061daadb
commit 8a45dfad6d
2 changed files with 4 additions and 4 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,