From 6b9b5cc5d5a11140779f97aee649d838bad6a0bf Mon Sep 17 00:00:00 2001 From: "James R. Barlow" Date: Wed, 16 Jun 2021 00:10:10 -0700 Subject: [PATCH] setup.py shouldn't have a shebang --- setup.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/setup.py b/setup.py index 86f1ae36..a3dd6458 100644 --- a/setup.py +++ b/setup.py @@ -1,5 +1,3 @@ -#!/usr/bin/env python3 -# -*- coding: utf-8 -*- # © 2021 James R. Barlow: github.com/jbarlow83 # # This Source Code Form is subject to the terms of the Mozilla Public