github dependents
This commit is contained in:
parent
22af40317d
commit
56d06bdf32
1 changed files with 1 additions and 1 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,
|
||||
name="raylib",
|
||||
version=VERSION,
|
||||
description="Python CFFI bindings for Raylib",
|
||||
long_description=README,
|
||||
|
|
Reference in a new issue