diff 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
line wrap: on
line diff
--- a/setup.py	Thu Jun 28 16:27:09 2018 +0200
+++ b/setup.py	Fri Jun 29 18:38:55 2018 +0200
@@ -50,12 +50,11 @@
           'urwid>=1.1.2'
       ],
       scripts=glob.glob(os.path.join(scripts_dir, "*.py")) +
-      [os.path.join(scripts_dir, "wochenbericht"),
-       os.path.join(scripts_dir, "convert-projects")],
+      [os.path.join(scripts_dir, "getan-report"),
+       os.path.join(scripts_dir, "convert-projects"),
+       os.path.join(scripts_dir, "getan-day-report")],
       entry_points={"console_scripts":
-                    ["getan=getan.main:main",
-                     "getaneval=scripts.getaneval:main",
-                     ]},
+                    ["getan=getan.main:main"]},
       classifiers=[
           "Development Status :: 5 - Production/Stable",
           "Topic :: Utilities",
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)