From: W. Trevor King Date: Mon, 8 Oct 2012 19:09:11 +0000 (-0400) Subject: Update setup.py and README to mention Python 3.3. X-Git-Url: http://git.tremily.us/?p=pyassuan.git;a=commitdiff_plain;h=ef6f9ff98bf4bc0f1f29ae2e7d648903f6aed4f8 Update setup.py and README to mention Python 3.3. For socket.sendmsg() and .recvmsg(). --- 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' ],