From cb40504be9fc7bfdfde28755922425a9cf4f876d Mon Sep 17 00:00:00 2001 From: ZhongShengping Date: Thu, 30 Sep 2021 13:39:16 +0800 Subject: [PATCH] Delete useless code for setup.py Change-Id: I78a798361d6a4e041b7acc126b31f2c249275462 --- puppet-{{cookiecutter.project_name}}/setup.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/puppet-{{cookiecutter.project_name}}/setup.py b/puppet-{{cookiecutter.project_name}}/setup.py index 357a741..cd35c3c 100644 --- a/puppet-{{cookiecutter.project_name}}/setup.py +++ b/puppet-{{cookiecutter.project_name}}/setup.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python # Copyright (c) 2013 Hewlett-Packard Development Company, L.P. # # Licensed under the Apache License, Version 2.0 (the "License"); @@ -14,7 +13,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -# THIS FILE IS MANAGED BY THE GLOBAL REQUIREMENTS REPO - DO NOT EDIT import setuptools setuptools.setup(