changeset 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 fea767901dbc
children 648b9c1b5bb4
files setup.py
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/setup.py	Tue Sep 18 12:26:23 2018 +0200
+++ b/setup.py	Thu Nov 01 10:43:14 2018 +0100
@@ -50,10 +50,10 @@
           'jinja2',
           'urwid>=1.1.2'
       ],
-      scripts=glob.glob(os.path.join(scripts_dir, "*.py")) +
-      [os.path.join(scripts_dir, "getan-report"),
+      scripts=[
        os.path.join(scripts_dir, "convert-projects"),
-       os.path.join(scripts_dir, "getan-day-report")],
+       os.path.join(scripts_dir, "getan-daily-report"),
+       os.path.join(scripts_dir, "getan-report")],
       entry_points={"console_scripts":
                     ["getan=getan.main:main"]},
       classifiers=[
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)