Skip to content

Commit 56d06bd

Browse files
github dependents
1 parent 22af403 commit 56d06bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def has_ext_modules(foo):
2525

2626
# should be name="raylib"+NAME but then Github doesn't track dependants
2727
setup(
28-
name="raylib"+NAME,
28+
name="raylib",
2929
version=VERSION,
3030
description="Python CFFI bindings for Raylib",
3131
long_description=README,

0 commit comments

Comments
 (0)