From bd075f9170a40fec78373de02236d3cd2ca2dda9 Mon Sep 17 00:00:00 2001 From: Sean Hammond Date: Tue, 8 Oct 2024 14:44:26 +0100 Subject: [PATCH] Remove hdev --- pyproject.toml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 5b76dc02..0a369a31 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,13 +18,3 @@ filterwarnings = [ # https://github.com/webpy/webpy/issues/732 "ignore:^'cgi' is deprecated and slated for removal in Python 3.13:DeprecationWarning:webob", ] - - -[tool.hdev] -project_name = "checkmate" -project_type = "application" - -[tool.hdev.clean] -# File and directory names which will be removed anywhere they -# are found. These support shell expansions and patterns -file_names=["*.gz"]