Permalink
Browse files

Fixes #446, add Python 3 classifier to setup.py

  • Loading branch information...
1 parent 574483d commit 5a87fc7d842994c48d32da10dc817fb1a9af16d7 @michaelhelmick michaelhelmick committed on GitHub Jun 16, 2017
Showing with 7 additions and 1 deletion.
  1. +7 −1 setup.py
View
@@ -41,6 +41,12 @@
'License :: OSI Approved :: MIT License',
'Topic :: Software Development :: Libraries :: Python Modules',
'Topic :: Communications :: Chat',
- 'Topic :: Internet'
+ 'Topic :: Internet',
+ 'Programming Language :: Python',
+ 'Programming Language :: Python :: 2.7',
+ 'Programming Language :: Python :: 3',
+ 'Programming Language :: Python :: 3.3',
+ 'Programming Language :: Python :: 3.4',
+ 'Programming Language :: Python :: 3.5',
]
)

0 comments on commit 5a87fc7

Please sign in to comment.