From ef6f9ff98bf4bc0f1f29ae2e7d648903f6aed4f8 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Mon, 8 Oct 2012 15:09:11 -0400 Subject: [PATCH] Update setup.py and README to mention Python 3.3. For socket.sendmsg() and .recvmsg(). --- README | 2 +- setup.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README b/README index 3ff1e8d..014880e 100644 --- a/README +++ b/README @@ -28,7 +28,7 @@ Dependencies ------------ ``pyassuan`` is a simple package with no external dependencies outside -the Python 3 standard library. +the Python 3.3 standard library. Installing by hand ------------------ diff --git a/setup.py b/setup.py index 30f4b5d..183c0ac 100644 --- a/setup.py +++ b/setup.py @@ -41,6 +41,7 @@ _setup( 'Operating System :: OS Independent', 'License :: OSI Approved :: GNU General Public License (GPL)', 'Programming Language :: Python :: 3', + 'Programming Language :: Python :: 3.3', 'Topic :: Security :: Cryptography', 'Topic :: Software Development' ], -- 2.26.2