Rev 301 | Blame | Compare with Previous | Last modification | View Log | RSS feed
from distutils.core import setup setup(name='scribe', version='2.0', packages=['scribe'], )
from distutils.core import setup
setup(name='scribe',
version='2.0',
packages=['scribe'],
)