From 8af441f49f92fa0145083d0d1bfe4d919ba76b79 Mon Sep 17 00:00:00 2001 From: Richard Smith Date: Sun, 24 Nov 2024 12:38:14 +0000 Subject: [PATCH] please github track our dependants again --- setup.py | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/setup.py b/setup.py index cd13904..3cfc693 100644 --- a/setup.py +++ b/setup.py @@ -23,9 +23,9 @@ class BinaryDistribution(Distribution): def has_ext_modules(foo): return True -# This call to setup() does all the work +# should be name="raylib"+NAME but then Git doesn't track dependants setup( - name="raylib"+NAME, + name="raylib", version=VERSION, description="Python CFFI bindings for Raylib", long_description=README, @@ -41,9 +41,6 @@ setup( "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.10", - "Programming Language :: Python :: 3.9", - "Programming Language :: Python :: 3.8", - "Programming Language :: Python :: 3.7", ], packages=["raylib", "pyray"], include_package_data=True,