We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf1622c commit 4bdd922Copy full SHA for 4bdd922
setup.py
@@ -25,7 +25,7 @@ def has_ext_modules(foo):
25
26
# should be name="raylib"+NAME but then Github doesn't track dependants
27
setup(
28
- name="raylib"+NAME,
+ name="raylib",
29
version=VERSION,
30
description="Python CFFI bindings for Raylib",
31
long_description=README,
0 commit comments