Skip to content

Commit 5455771

Browse files
authored
Merge pull request #5555 from jdufresne/trove
Add trove classifier for Python 3.6 support.
2 parents 526bdac + 64cfa3b commit 5455771

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)