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 89d56a7 commit 94958bbCopy full SHA for 94958bb
setup.py
@@ -23,9 +23,9 @@ class BinaryDistribution(Distribution):
23
def has_ext_modules(foo):
24
return True
25
26
-# should be name="raylib"+NAME but then Git doesn't track dependants
+# 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