From ccfc8212ec7a0238ef4eeda638ebf78bb03f758c Mon Sep 17 00:00:00 2001 From: Robert Sachunsky Date: Tue, 1 Oct 2024 04:09:55 +0200 Subject: [PATCH] remove shebang from setup.py (somehow breaking py39) --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index 437730c..b1a454f 100644 --- a/setup.py +++ b/setup.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python3 # -*- coding: utf-8 -*- from json import load from setuptools import setup, find_packages