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):
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
2727setup (
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 ,
You can’t perform that action at this time.
0 commit comments