Mercurial > getan
diff setup.py @ 121:804211b988aa
Move zeiterfassung and zeitsort to an own module in getan
Both scripts can be installed via setup.py
author | Björn Ricks <bjoern.ricks@intevation.de> |
---|---|
date | Mon, 12 Dec 2011 10:19:52 +0100 |
parents | 5f26c5c50243 |
children | db872ef92bd9 |
line wrap: on
line diff
--- a/setup.py Mon Dec 12 09:58:17 2011 +0100 +++ b/setup.py Mon Dec 12 10:19:52 2011 +0100 @@ -29,7 +29,10 @@ package_data = {"" : ["*.txt"], }, entry_points = { "console_scripts": ["getan=getan.main:main", - "getan-classic=getan.classic.getan:main"] }, + "getan-classic=getan.classic.getan:main", + "zeiterfassung=getan.contrib.zeiterfassung:main", + "zeitsort=getan.contrib.zeitsort:main", + ] }, classifiers=[ "Topic :: Utilities", "Environment :: Console",