Skip to content

Commit

Permalink
Add classifiers for language support
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanhiebert committed Jun 1, 2016
1 parent 4733e5c commit 2ee456d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,10 @@
license='MIT License',
keywords='lti',
zip_safe=True,
classifiers=[
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.5',
],
)

0 comments on commit 2ee456d

Please sign in to comment.