From 6c54ccddd0d379d26ce542e5d8a0bec1eabfba48 Mon Sep 17 00:00:00 2001 From: Sebastian Noack Date: Tue, 6 Oct 2015 16:13:45 +0200 Subject: [PATCH] Added Python 3.4 and 3.5 to the classifiers in setup.py --- setup.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.py b/setup.py index 507fd073..c87ab8a4 100644 --- a/setup.py +++ b/setup.py @@ -62,6 +62,8 @@ setup( 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3.3', + 'Programming Language :: Python :: 3.4', + 'Programming Language :: Python :: 3.5', 'Topic :: Internet :: WWW/HTTP :: Dynamic Content', 'Topic :: Software Development :: Libraries :: Python Modules', 'Topic :: Text Processing :: Markup :: HTML' -- 2.47.2