Skip to content

Commit 4f611ac

Browse files
jdufresneJoshData
authored andcommitted
Add additional trove classifiers for support Python version (#16)
1 parent c2bc9ef commit 4f611ac

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
@@ -24,10 +24,12 @@
2424
'Intended Audience :: Developers',
2525
'Topic :: Software Development :: Libraries :: Python Modules',
2626

27+
'Programming Language :: Python :: 2',
2728
'Programming Language :: Python :: 2.7',
2829
'Programming Language :: Python :: 3',
2930
'Programming Language :: Python :: 3.4',
3031
'Programming Language :: Python :: 3.5',
32+
'Programming Language :: Python :: 3.6',
3133
],
3234

3335
keywords="email address validator",

0 commit comments

Comments
 (0)