Skip to content

Commit

Permalink
fix setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
lemanyk committed Dec 20, 2012
1 parent df3bc98 commit b7bf1c1
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,20 @@

setup(
name='netlog',
version='0.1',
version='0.2',
py_modules=['netlog'],
url='https://github.com/lemanyk/netlog',
download_url='https://github.com/lemanyk/netlog/',
description='logging stream server written on gevent',
author='Gennady Leman',
author_email='lemanyk@gmail.com',
install_requires=['gevent'],
license='MIT',
classifiers=[
'Environment :: Console',
'Environment :: Web Environment',
'Intended Audience :: Developers',
'Operating System :: POSIX',
'Programming Language :: Python',
],
)

0 comments on commit b7bf1c1

Please sign in to comment.