Skip to content
This repository has been archived by the owner on Jan 20, 2019. It is now read-only.

Commit

Permalink
Adding in the classifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
nloadholtes committed Jul 2, 2013
1 parent af0ab94 commit 5e0bab8
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,14 @@
entry_points={
'nose.plugins.0.10': [
'randomize = randomize:Randomize'
]
}
],
},
classifiers=[
'Development Status :: 4 - Beta',
'Classifier: Intended Audience :: Developers',
'Classifier: License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)',
'Classifier: Operating System :: OS Independent',
'Classifier: Topic :: Software Development :: Testing',
'Classifier: Topic :: Utilities']

)

0 comments on commit 5e0bab8

Please sign in to comment.