Mercurial > getan
comparison setup.py @ 486:d80f40d239d2
renamed scripts.
getan-report and getan-day-report now installed as a script.
old script moved to done/contrib
author | Magnus Schieder <mschieder@intevation.de> |
---|---|
date | Fri, 29 Jun 2018 18:38:55 +0200 |
parents | 40dd1e33c1dd |
children | 463894654d77 |
comparison
equal
deleted
inserted
replaced
485:726206815059 | 486:d80f40d239d2 |
---|---|
48 install_requires=[ | 48 install_requires=[ |
49 'jinja2', | 49 'jinja2', |
50 'urwid>=1.1.2' | 50 'urwid>=1.1.2' |
51 ], | 51 ], |
52 scripts=glob.glob(os.path.join(scripts_dir, "*.py")) + | 52 scripts=glob.glob(os.path.join(scripts_dir, "*.py")) + |
53 [os.path.join(scripts_dir, "wochenbericht"), | 53 [os.path.join(scripts_dir, "getan-report"), |
54 os.path.join(scripts_dir, "convert-projects")], | 54 os.path.join(scripts_dir, "convert-projects"), |
55 os.path.join(scripts_dir, "getan-day-report")], | |
55 entry_points={"console_scripts": | 56 entry_points={"console_scripts": |
56 ["getan=getan.main:main", | 57 ["getan=getan.main:main"]}, |
57 "getaneval=scripts.getaneval:main", | |
58 ]}, | |
59 classifiers=[ | 58 classifiers=[ |
60 "Development Status :: 5 - Production/Stable", | 59 "Development Status :: 5 - Production/Stable", |
61 "Topic :: Utilities", | 60 "Topic :: Utilities", |
62 "Environment :: Console", | 61 "Environment :: Console", |
63 "Intended Audience :: Developers", | 62 "Intended Audience :: Developers", |