Commit 7d072701 authored by Serge S. Koval's avatar Serge S. Koval

Merge pull request #881 from jamesturk/patch-1

add trove classifiers to setup.py
parents 36d16974 e145a4c2
...@@ -69,6 +69,10 @@ setup( ...@@ -69,6 +69,10 @@ setup(
'Operating System :: OS Independent', 'Operating System :: OS Independent',
'Programming Language :: Python', 'Programming Language :: Python',
'Topic :: Software Development :: Libraries :: Python Modules' 'Topic :: Software Development :: Libraries :: Python Modules'
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
], ],
test_suite='nose.collector' test_suite='nose.collector'
) )
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment