From 1a5b8118ad391b876a59ef47cfd50a90fc7d6a8e Mon Sep 17 00:00:00 2001 From: Roman Zeyde Date: Tue, 5 Jan 2016 20:46:55 +0200 Subject: [PATCH] setup.py: support for Python 3.4 --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index f495c1c..acf0173 100644 --- a/setup.py +++ b/setup.py @@ -18,6 +18,7 @@ setup( 'License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)', 'Operating System :: POSIX', 'Programming Language :: Python :: 2.7', + 'Programming Language :: Python :: 3.4', 'Topic :: Software Development :: Libraries :: Python Modules', 'Topic :: System :: Networking', 'Topic :: Communications',