comparison setup.py @ 503:65256f68a0a7

setup.py: no *.py scripts, getan-day-report now is getan-daily-report
author Thomas Arendsen Hein <thomas@intevation.de>
date Thu, 01 Nov 2018 10:43:14 +0100
parents 463894654d77
children 84b8dbc5766f
comparison
equal deleted inserted replaced
502:fea767901dbc 503:65256f68a0a7
48 }, 48 },
49 install_requires=[ 49 install_requires=[
50 'jinja2', 50 'jinja2',
51 'urwid>=1.1.2' 51 'urwid>=1.1.2'
52 ], 52 ],
53 scripts=glob.glob(os.path.join(scripts_dir, "*.py")) + 53 scripts=[
54 [os.path.join(scripts_dir, "getan-report"),
55 os.path.join(scripts_dir, "convert-projects"), 54 os.path.join(scripts_dir, "convert-projects"),
56 os.path.join(scripts_dir, "getan-day-report")], 55 os.path.join(scripts_dir, "getan-daily-report"),
56 os.path.join(scripts_dir, "getan-report")],
57 entry_points={"console_scripts": 57 entry_points={"console_scripts":
58 ["getan=getan.main:main"]}, 58 ["getan=getan.main:main"]},
59 classifiers=[ 59 classifiers=[
60 "Development Status :: 5 - Production/Stable", 60 "Development Status :: 5 - Production/Stable",
61 "Topic :: Utilities", 61 "Topic :: Utilities",
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)