File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -23,9 +23,9 @@ class BinaryDistribution(Distribution):
23
23
def has_ext_modules (foo ):
24
24
return True
25
25
26
- # This call to setup() does all the work
26
+ # should be name="raylib"+NAME but then Git doesn't track dependants
27
27
setup (
28
- name = "raylib" + NAME ,
28
+ name = "raylib" ,
29
29
version = VERSION ,
30
30
description = "Python CFFI bindings for Raylib" ,
31
31
long_description = README ,
@@ -41,9 +41,6 @@ def has_ext_modules(foo):
41
41
"Programming Language :: Python :: 3.12" ,
42
42
"Programming Language :: Python :: 3.11" ,
43
43
"Programming Language :: Python :: 3.10" ,
44
- "Programming Language :: Python :: 3.9" ,
45
- "Programming Language :: Python :: 3.8" ,
46
- "Programming Language :: Python :: 3.7" ,
47
44
],
48
45
packages = ["raylib" , "pyray" ],
49
46
include_package_data = True ,
You can’t perform that action at this time.
0 commit comments