Skip to content

Commit 00fa01d

Browse files
committed
add pypy and python 3.6 to package classifiers
1 parent b9dac9d commit 00fa01d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ def run_tests(self):
6666
'Programming Language :: Python :: 3.3',
6767
'Programming Language :: Python :: 3.4',
6868
'Programming Language :: Python :: 3.5',
69+
'Programming Language :: Python :: 3.6',
70+
'Programming Language :: Python :: Implementation :: PyPy',
6971
"Topic :: Utilities",
7072
"Topic :: System :: Shells",
7173
],

0 commit comments

Comments
 (0)