Mercurial > getan
changeset 505:84b8dbc5766f
setup.py: adjust indentation
author | Thomas Arendsen Hein <thomas@intevation.de> |
---|---|
date | Thu, 01 Nov 2018 10:59:50 +0100 |
parents | 648b9c1b5bb4 |
children | 3db4f1a0d0a3 |
files | setup.py |
diffstat | 1 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/setup.py Thu Nov 01 10:55:24 2018 +0100 +++ b/setup.py Thu Nov 01 10:59:50 2018 +0100 @@ -51,9 +51,9 @@ 'urwid>=1.1.2' ], scripts=[ - os.path.join(scripts_dir, "convert-projects"), - os.path.join(scripts_dir, "getan-daily-report"), - os.path.join(scripts_dir, "getan-report")], + os.path.join(scripts_dir, "convert-projects"), + os.path.join(scripts_dir, "getan-daily-report"), + os.path.join(scripts_dir, "getan-report")], entry_points={"console_scripts": ["getan=getan.main:main"]}, classifiers=[ @@ -67,4 +67,4 @@ "Operating System :: POSIX", "Programming Language :: Python :: 3.4" ], - ) + )