Skip to content

Commit

Permalink
add pypi classifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
kampka committed Feb 4, 2013
1 parent d8a9667 commit 71be249
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions setup.py
Expand Up @@ -45,4 +45,14 @@ def readme():
],
test_suite="syslogging.tests",
packages=find_packages(),
classifiers = [
'Development Status :: 5 - Production/Stable'
'Intended Audience :: Developers',
'License :: OSI Approved :: BSD License',
'Operating System :: OS Independent',
'Programming Language :: Python',
'Programming Language :: Python :: 3',
'Topic :: Software Development',
'Topic :: System :: Logging'
],
)

0 comments on commit 71be249

Please sign in to comment.