From 6f0a733d62277611403a9c70ee9188d5a6cc881e Mon Sep 17 00:00:00 2001 From: Maximilian Hils Date: Sat, 9 Jul 2016 01:29:12 -0700 Subject: [PATCH] Add Python 3.5 markers to setup.py --- setup.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.py b/setup.py index 3e5171f93..d1c15734e 100644 --- a/setup.py +++ b/setup.py @@ -32,6 +32,8 @@ setup( "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", + "Programming Language :: Python :: 3", + "Programming Language :: Python :: 3.5", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", "Topic :: Security",