This commit is contained in:
Richard Smith 2024-10-09 18:53:33 +01:00
parent 957584a9d4
commit 55a0d150c4
3 changed files with 3 additions and 3 deletions

View file

@ -18,7 +18,7 @@ class BinaryDistribution(Distribution):
# This call to setup() does all the work
setup(
name="raylib",
name="raylib_sdl",
version=VERSION,
description="Python CFFI bindings for Raylib",
long_description=README,