Skip to content

Commit

Permalink
make github track dependents
Browse files Browse the repository at this point in the history
  • Loading branch information
electronstudio authored Dec 9, 2024
1 parent 89d56a7 commit 94958bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ class BinaryDistribution(Distribution):
def has_ext_modules(foo):
return True

# should be name="raylib"+NAME but then Git doesn't track dependants
# should be name="raylib"+NAME but then Github doesn't track dependants
setup(
name="raylib"+NAME,
name="raylib",
version=VERSION,
description="Python CFFI bindings for Raylib",
long_description=README,
Expand Down

0 comments on commit 94958bb

Please sign in to comment.