From 413abcbb2073773f96e5a8945c1477374d6dfae8 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Thu, 21 May 2026 13:47:44 -0500 Subject: Use pyproject.toml in place of setup.py and friends. --- setup_commands/__init__.py | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 setup_commands/__init__.py (limited to 'setup_commands/__init__.py') diff --git a/setup_commands/__init__.py b/setup_commands/__init__.py deleted file mode 100644 index 967bb11..0000000 --- a/setup_commands/__init__.py +++ /dev/null @@ -1,3 +0,0 @@ -"""Module for custom setup commands.""" - -from .run_tests import RunTests -- cgit 1.4.1