diff --git a/pyproject.toml b/pyproject.toml index 34c1b42..b34c590 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"