view src/setup.py @ 141:2827664bb785

Randomize test objects submission time.
author Daniele Nicolodi <daniele@grinta.net>
date Sun, 16 Oct 2011 23:38:41 +0200
parents 347b29cb9332
children 85b2bc3c7e04
line wrap: on
line source

from setuptools import setup

VERSION = '0.4dev'

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