view src/setup.py @ 40:e640b2302fab

Add short README with install and setup instructions.
author Daniele Nicolodi <daniele@grinta.net>
date Wed, 29 Jun 2011 00:40:07 +0200
parents 0f59922d36d2
children cd44da6ece8d
line wrap: on
line source

from setuptools import setup

setup(
    name='ltpdarepo',
    version='0.1dev',
    entry_points={'console_scripts': [ 'run = ltpdarepo:main',
                                       'admin = ltpdarepo.admin:main',
                                       'test = ltpdarepo.tests:main']}
)