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