summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorliris <liris.pp@gmail.com>2014-07-17 14:54:07 +0900
committerliris <liris.pp@gmail.com>2014-07-17 14:54:07 +0900
commitfbf935f6cd53103a5d5bc9d93555d436d58763e8 (patch)
tree72bea16db1c5684de5eaa0c39ff98337ab17755a
parente47ba0b9df954a58937087c928ae26625ecc81ab (diff)
downloadwebsocket-client-fbf935f6cd53103a5d5bc9d93555d436d58763e8.tar.gz
- add python2 and python3 to clissifiers
-rw-r--r--setup.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 84437e6..4737429 100644
--- a/setup.py
+++ b/setup.py
@@ -24,6 +24,8 @@ setup(
"Development Status :: 4 - Beta",
"License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)",
"Programming Language :: Python",
+ "Programming Language :: Python :: 2",
+ "Programming Language :: Python :: 3 ",
"Operating System :: MacOS :: MacOS X",
"Operating System :: POSIX",
"Operating System :: Microsoft :: Windows",