@ -0,0 +1,3 @@
#!/bin/sh
exec python setup.py install
@ -0,0 +1,2 @@
pylast.py
setup.py
@ -0,0 +1,9 @@
from distutils.core import setup
setup(name='pylast',
version='0.2b8',
author='Amr Hassan',
author_email='amr.hassan@gmail.com',
url='http://code.google.com/p/pylast/',
py_modules= ("pylast",)
)