comparison setup.py @ 421:17e302a0cd9a

Setup: improves short description.
author Bernhard Reiter <bernhard@intevation.de>
date Wed, 03 May 2017 17:39:17 +0200
parents d6d9d319bd2e
children 59d9c5840273
comparison
equal deleted inserted replaced
420:8f6ea0e3a988 421:17e302a0cd9a
29 with open(os.path.join(cur_dir, fname)) as f: 29 with open(os.path.join(cur_dir, fname)) as f:
30 return f.read() 30 return f.read()
31 31
32 setup(name="getan", 32 setup(name="getan",
33 version=getan.__version__, 33 version=getan.__version__,
34 description="getan - terminal based time-tracking " 34 description="Terminal based time-tracking "
35 "and reporting; comparable to 'worklog'", 35 "and reporting tool; comparable to 'worklog'.",
36 url="https://getan.wald.intevation.org/", 36 url="https://getan.wald.intevation.org/",
37 download_url="https://scm.wald.intevation.org/hg/getan/", 37 download_url="https://scm.wald.intevation.org/hg/getan/",
38 maintainer="Bernhard E. Reiter", 38 maintainer="Bernhard E. Reiter",
39 maintainer_email="bernhard.reiter@intevation.de", 39 maintainer_email="bernhard.reiter@intevation.de",
40 license="GPLv3+", 40 license="GPLv3+",
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)