view src/setup.py @ 9:8e1c24d9067d

Fix object display. Implement xml and binary representations download.
author Daniele Nicolodi <nicolodi@science.unitn.it>
date Wed, 15 Jun 2011 17:48:42 +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']}
)