From e35ae3d75c0069a7dd0ea3e44123f9f4c2b4e047 Mon Sep 17 00:00:00 2001 From: Sean Hammond Date: Tue, 8 Oct 2024 14:39:58 +0100 Subject: [PATCH] Remove hdev --- pyproject.toml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 34c1b42f..b34c590a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,3 @@ filterwarnings = [ "ignore:^\\'cgi\\' is deprecated and slated for removal in Python 3\\.13:DeprecationWarning:webob", ] - -[tool.hdev] -project_name = "bouncer" -project_type = "application"