comparison setup.py @ 484:40dd1e33c1dd

Rename getan-eval.py to getaneval.py getaneval.py is now installed as a script.
author Magnus Schieder <mschieder@intevation.de>
date Thu, 28 Jun 2018 15:06:19 +0200
parents 999a438474f2
children d80f40d239d2
comparison
equal deleted inserted replaced
483:d47e32e6b7e7 484:40dd1e33c1dd
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, "wochenbericht"),
54 os.path.join(scripts_dir, "convert-projects")], 54 os.path.join(scripts_dir, "convert-projects")],
55 entry_points={"console_scripts": 55 entry_points={"console_scripts":
56 ["getan=getan.main:main", 56 ["getan=getan.main:main",
57 "getaneval=scripts.getaneval:main",
57 ]}, 58 ]},
58 classifiers=[ 59 classifiers=[
59 "Development Status :: 5 - Production/Stable", 60 "Development Status :: 5 - Production/Stable",
60 "Topic :: Utilities", 61 "Topic :: Utilities",
61 "Environment :: Console", 62 "Environment :: Console",
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)