From 9fd21038e6ced37a72cce2fa982d2368054fa7fe Mon Sep 17 00:00:00 2001 From: Scott Kitterman Date: Wed, 13 Jun 2012 00:59:18 -0400 Subject: [PATCH] Fix Python 3 classifier in setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 104c3ba..297308b 100644 --- a/setup.py +++ b/setup.py @@ -50,7 +50,7 @@ Identified Mail) email signing and verification.""", 'Natural Language :: English', 'Operating System :: OS Independent', 'Programming Language :: Python', - 'Programming Language :: Python3', + 'Programming Language :: Python :: 3', 'Topic :: Communications :: Email :: Mail Transport Agents', 'Topic :: Communications :: Email :: Filters', 'Topic :: Internet :: Name Service (DNS)',