Update setup.py and README to mention Python 3.3.
authorW. Trevor King <wking@tremily.us>
Mon, 8 Oct 2012 19:09:11 +0000 (15:09 -0400)
committerW. Trevor King <wking@tremily.us>
Mon, 8 Oct 2012 19:09:14 +0000 (15:09 -0400)
For socket.sendmsg() and .recvmsg().

README
setup.py

diff --git a/README b/README
index 3ff1e8d041a4339c91157353436e23c19dce76ff..014880eb05e302d0f14088286a303d2405824a77 100644 (file)
--- 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
 ------------------
index 30f4b5dd77d367717a33d38969e4a0812be23029..183c0ac845615e8fc236d8a4eca6c49734451ca4 100644 (file)
--- 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'
         ],