aboutsummaryrefslogtreecommitdiffstats
path: root/src/_setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/_setup.py')
-rw-r--r--src/_setup.py11
1 files changed, 8 insertions, 3 deletions
diff --git a/src/_setup.py b/src/_setup.py
index e5bbbda..c1ea942 100644
--- a/src/_setup.py
+++ b/src/_setup.py
@@ -12,9 +12,6 @@
# * Hideo Hattori (https://github.com/hhatto)
#
# ------------------------------------------------------------------------------
-# -*- mode: zsh; sh-indentation: 2; indent-tabs-mode: nil; sh-basic-offset: 2; -*-
-# vim: ft=zsh sw=2 ts=2 et
-# ------------------------------------------------------------------------------
_setup.py() {
typeset -A opt_args
@@ -701,3 +698,11 @@ _setuppy_upload_docs() {
}
_setup.py "$@"
+
+# Local Variables:
+# mode: Shell-Script
+# sh-indentation: 2
+# indent-tabs-mode: nil
+# sh-basic-offset: 2
+# End:
+# vim: ft=zsh sw=2 ts=2 et