From 14a7a97f5b4ee887e2e61db86856f44e91a70f11 Mon Sep 17 00:00:00 2001 From: Brad Warren Date: Mon, 11 Aug 2025 11:09:52 -0700 Subject: [PATCH] remove curses environment marker (#10405) i noticed this when reviewing https://github.com/certbot/certbot/pull/10402 we stopped using curses ages ago and should probably remove this. see https://github.com/certbot/certbot/pull/3665 --- certbot/pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/certbot/pyproject.toml b/certbot/pyproject.toml index 613b30cf5..942d142ce 100644 --- a/certbot/pyproject.toml +++ b/certbot/pyproject.toml @@ -15,7 +15,6 @@ authors = [ classifiers = [ "Development Status :: 5 - Production/Stable", "Environment :: Console", - "Environment :: Console :: Curses", "Intended Audience :: System Administrators", "Operating System :: POSIX :: Linux", "Programming Language :: Python",