Skip to content

Commit 64cfa3b

Browse files
committed
Add trove classifier for Python 3.6 support.
Helps users know, at a glance, if the library is compatible with a project.
1 parent 526bdac commit 64cfa3b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ def get_package_data(package):
103103
'Programming Language :: Python :: 3',
104104
'Programming Language :: Python :: 3.4',
105105
'Programming Language :: Python :: 3.5',
106+
'Programming Language :: Python :: 3.6',
106107
'Topic :: Internet :: WWW/HTTP',
107108
]
108109
)

0 commit comments

Comments
 (0)