Skip to content

Commit

Permalink
register in pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
lemanyk committed Dec 20, 2012
1 parent 02b300c commit df3bc98
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 2 additions & 0 deletions MANIFEST
@@ -0,0 +1,2 @@
netlog.py
setup.py
7 changes: 6 additions & 1 deletion setup.py
Expand Up @@ -6,5 +6,10 @@
setup(
name='netlog',
version='0.1',
packages=['netlog'],
py_modules=['netlog'],
url='https://github.com/lemanyk/netlog',
description='logging stream server written on gevent',
author='Gennady Leman',
author_email='lemanyk@gmail.com',
install_requires=['gevent'],
)

0 comments on commit df3bc98

Please sign in to comment.