Skip to content

Commit

Permalink
Setup script added.
Browse files Browse the repository at this point in the history
  • Loading branch information
kasun committed Dec 25, 2011
1 parent db14a10 commit 777516b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions setup.py
@@ -0,0 +1,12 @@
# !/usr/bin/env python

from distutils.core import setup

setup(name='python-tail',
description='Unix Tail follow implementation',
author='Kasun Herath',
author_email='kasunh01@gmail.com',
py_modules=['tail'],
)


0 comments on commit 777516b

Please sign in to comment.