Update setup.py for stupid github depedancy tracking
This commit is contained in:
parent
bf1622c5c2
commit
4bdd922417
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
|
# should be name="raylib"+NAME but then Github doesn't track dependants
|
||||||
setup(
|
setup(
|
||||||
name="raylib"+NAME,
|
name="raylib",
|
||||||
version=VERSION,
|
version=VERSION,
|
||||||
description="Python CFFI bindings for Raylib",
|
description="Python CFFI bindings for Raylib",
|
||||||
long_description=README,
|
long_description=README,
|
||||||
|
|
Reference in a new issue