Mercurial > hg > ltpdarepo
view src/setup.py @ 8:d6bedd937d10
Increse pagination links width to accomodate for four digits page numbers.
author | Daniele Nicolodi <nicoldi@science.unitn.it> |
---|---|
date | Wed, 15 Jun 2011 15:56:33 +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']} )