view src/setup.py @ 142:597c40c5719f

Tweak activity plot.
author Daniele Nicolodi <daniele@grinta.net>
date Sun, 16 Oct 2011 23:38:43 +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']}
)