Skip to content

Commit 94958bb

Browse files
make github track dependents
1 parent 89d56a7 commit 94958bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ class BinaryDistribution(Distribution):
2323
def has_ext_modules(foo):
2424
return True
2525

26-
# should be name="raylib"+NAME but then Git doesn't track dependants
26+
# 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)