Skip to content
This repository was archived by the owner on Mar 18, 2019. It is now read-only.

Commit 64fd5f1

Browse files
committed
Add Python 2/3 trove classifiers to setup.py
Fixes #130.
1 parent b550a2d commit 64fd5f1

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

setup.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,13 @@ def get_package_data(package):
8686
'License :: OSI Approved :: BSD License',
8787
'Operating System :: OS Independent',
8888
'Programming Language :: Python',
89+
'Programming Language :: Python :: 2',
90+
'Programming Language :: Python :: 2.7',
91+
'Programming Language :: Python :: 3',
92+
'Programming Language :: Python :: 3.3',
93+
'Programming Language :: Python :: 3.4',
94+
'Programming Language :: Python :: 3.5',
95+
'Programming Language :: Python :: 3.6',
8996
'Topic :: Internet :: WWW/HTTP',
9097
]
9198
)

0 commit comments

Comments
 (0)