windows
This commit is contained in:
parent
957584a9d4
commit
55a0d150c4
3 changed files with 3 additions and 3 deletions
2
setup.py
2
setup.py
|
@ -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,
|
||||
|
|
Reference in a new issue