Mercurial > hg > ltpdarepo
view src/setup.py @ 103:1c18434e5e69
Fix js for compatibility with Safari.
author | Daniele Nicolodi <daniele@grinta.net> |
---|---|
date | Sun, 21 Aug 2011 20:34:22 +0200 |
parents | 3024c77310d1 |
children | 442dac399008 |
line wrap: on
line source
from setuptools import setup VERSION = '0.2dev' setup( name='ltpdarepo', version=VERSION, entry_points={'console_scripts': ['run = ltpdarepo:main', 'admin = ltpdarepo.admin:main']} )