We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef15347 commit 8af441fCopy full SHA for 8af441f
1 file changed
setup.py
@@ -23,9 +23,9 @@ class BinaryDistribution(Distribution):
23
def has_ext_modules(foo):
24
return True
25
26
-# This call to setup() does all the work
+# should be name="raylib"+NAME but then Git doesn't track dependants
27
setup(
28
- name="raylib"+NAME,
+ name="raylib",
29
version=VERSION,
30
description="Python CFFI bindings for Raylib",
31
long_description=README,
@@ -41,9 +41,6 @@ def has_ext_modules(foo):
41
"Programming Language :: Python :: 3.12",
42
"Programming Language :: Python :: 3.11",
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
],
48
packages=["raylib", "pyray"],
49
include_package_data=True,
0 commit comments