From 3ab3784a759e22e2ed2c25ba91004c08081fbcb4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrien=20Verg=C3=A9?= Date: Fri, 19 Feb 2016 19:17:49 +0100 Subject: [PATCH] cli: Remove shebang A shebang is present at the beginning of file, it dates from the time when `yamllint/cli.py` was `bin/yamllint`, i.e. an executable launcher. Since this is not the case anymore (see `entry_points` section in `setup.py`), let's remove it. --- yamllint/cli.py | 1 - 1 file changed, 1 deletion(-) diff --git a/yamllint/cli.py b/yamllint/cli.py index 78901b6..4e00d81 100644 --- a/yamllint/cli.py +++ b/yamllint/cli.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python # -*- coding: utf-8 -*- # Copyright (C) 2016 Adrien Vergé #