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
This commit is contained in:
Brad Warren
2025-08-11 18:09:52 +00:00
committed by GitHub
parent 9b3db6d52c
commit 14a7a97f5b
-1
View File
@@ -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",