Skip to content

Commit 3a05f9c

Browse files
committed
fix classifiers
1 parent 9726f0e commit 3a05f9c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ def _read(filename):
2323
'License :: OSI Approved :: MIT License',
2424
'Programming Language :: Python',
2525
'Programming Language :: Python :: 2',
26-
'Programming Language :: Python :: 2.6',
2726
'Programming Language :: Python :: 2.7',
2827
'Programming Language :: Python :: 3',
2928
'Programming Language :: Python :: 3.3',
3029
'Programming Language :: Python :: 3.4',
3130
'Programming Language :: Python :: 3.5',
31+
'Programming Language :: Python :: 3.6',
3232
],
3333
packages=find_packages(exclude=['atwiki.test']),
3434
entry_points={

0 commit comments

Comments
 (0)