Skip to content

Commit 8af441f

Browse files
please github track our dependants again
1 parent ef15347 commit 8af441f

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

setup.py

Lines changed: 2 additions & 5 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-
# This call to setup() does all the work
26+
# should be name="raylib"+NAME but then Git 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,
@@ -41,9 +41,6 @@ def has_ext_modules(foo):
4141
"Programming Language :: Python :: 3.12",
4242
"Programming Language :: Python :: 3.11",
4343
"Programming Language :: Python :: 3.10",
44-
"Programming Language :: Python :: 3.9",
45-
"Programming Language :: Python :: 3.8",
46-
"Programming Language :: Python :: 3.7",
4744
],
4845
packages=["raylib", "pyray"],
4946
include_package_data=True,

0 commit comments

Comments
 (0)