From 2a55ee09cba3e6e047a47167c46e391f182602c3 Mon Sep 17 00:00:00 2001
From: Jean-Paul Calderone <exarkun@twistedmatrix.com>
Date: Fri, 29 Jan 2021 13:15:26 -0500
Subject: [PATCH] This codebase does not support Python 3.

So optimistic...
---
 setup.cfg | 2 --
 1 file changed, 2 deletions(-)

diff --git a/setup.cfg b/setup.cfg
index bb6de93..fe846ba 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -8,8 +8,6 @@ keywords = tahoe-lafs, storage, privacy, cryptography
 license = Apache 2.0
 classifiers =
     Framework :: Twisted
-    Programming Language :: Python :: 3
-    Programming Language :: Python :: 3.7
     Programming Language :: Python :: 2
     Programming Language :: Python :: 2.7
 author = PrivateStorage.io, LLC
-- 
GitLab