Skip to content

Commit

Permalink
updated setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kracekumar committed Jul 8, 2012
1 parent 9892d19 commit 6f4fba1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions setup.py
Expand Up @@ -16,7 +16,7 @@
"""
setup(
name='pycoderwall',
version='0.0.4',
version='0.0.5',
url='https://github.com/kracekumar/coderwall',
license='BSD',
author='kracekumar',
Expand All @@ -31,7 +31,7 @@
]
},
classifiers=[
'Development Status :: 2 - Pre-Alpha',
'Development Status :: 4 - Beta',
'Environment :: Console',
'Intended Audience :: Developers',
'Intended Audience :: System Administrators',
Expand All @@ -43,7 +43,6 @@
'Programming Language :: Python :: 2.5',
'Programming Language :: Python :: 2.6',
'Topic :: Software Development',
'Topic :: Software Development :: Build Tools',
'Topic :: Software Development :: Libraries',
'Topic :: Software Development :: Libraries :: Python Modules',

Expand Down

0 comments on commit 6f4fba1

Please sign in to comment.