[Getan-commits] [PATCH 1 of 2] setup.py: adjust indentation
Wald Commits
scm-commit at wald.intevation.org
Thu Nov 1 11:00:45 CET 2018
# HG changeset patch
# User Thomas Arendsen Hein <thomas at intevation.de>
# Date 1541066390 -3600
# Node ID 84b8dbc5766f35a33764feedef597f3ace64075f
# Parent 648b9c1b5bb4840189ab31dec60b47d3602169ce
setup.py: adjust indentation
diff -r 648b9c1b5bb4 -r 84b8dbc5766f setup.py
--- 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"
],
- )
+ )
More information about the Getan-commits
mailing list