Skip to content

Commit cd560f6

Browse files
Break setup.py so GitHub will track dependents
1 parent 1f08f56 commit cd560f6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
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)