view src/setup.py @ 74:b8c1ce741745

Rework Objs listing internal API. Add unit test.
author Daniele Nicolodi <daniele@grinta.net>
date Mon, 15 Aug 2011 20:06:27 +0200
parents cd44da6ece8d
children 3024c77310d1
line wrap: on
line source

from setuptools import setup

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