Mercurial > hg > ltpdarepo
comparison src/setup.py @ 113:10119a324d4d
Version bump.
author | Daniele Nicolodi <daniele@grinta.net> |
---|---|
date | Tue, 23 Aug 2011 21:15:21 +0200 |
parents | 442dac399008 |
children | e55537dfbe2b |
comparison
equal
deleted
inserted
replaced
112:4890fe1f8e5a | 113:10119a324d4d |
---|---|
1 from setuptools import setup | 1 from setuptools import setup |
2 | 2 |
3 VERSION = '0.2' | 3 VERSION = '0.3dev' |
4 | 4 |
5 setup( | 5 setup( |
6 name='ltpdarepo', | 6 name='ltpdarepo', |
7 version=VERSION, | 7 version=VERSION, |
8 entry_points={'console_scripts': ['run = ltpdarepo:main', | 8 entry_points={'console_scripts': ['run = ltpdarepo:main', |