Skip to content

Commit 416cd6e

Browse files
committed
Add Python 2 and 3.5 classifiers
1 parent 1e29896 commit 416cd6e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# -*- coding: utf-8 -*-
2-
31
import sys
42
from setuptools import setup
53
from setuptools.command.test import test as TestCommand
@@ -43,11 +41,13 @@ def run_tests(self):
4341
'Natural Language :: English',
4442
'License :: OSI Approved :: Apache Software License',
4543
'Programming Language :: Python',
44+
'Programming Language :: Python :: 2',
4645
'Programming Language :: Python :: 2.6',
4746
'Programming Language :: Python :: 2.7',
4847
'Programming Language :: Python :: 3',
4948
'Programming Language :: Python :: 3.2',
5049
'Programming Language :: Python :: 3.3',
5150
'Programming Language :: Python :: 3.4',
51+
'Programming Language :: Python :: 3.5',
5252
],
5353
)

0 commit comments

Comments
 (0)