maturin/0003-remove-shebang-from-non-executable-__init__.py-file.patch
2023-12-13 01:48:36 +01:00

22 lines
572 B
Diff

From ce97e1038a53ebd7bffcb2e6ca9cc3faa4aa5e04 Mon Sep 17 00:00:00 2001
From: Fabio Valentini <decathorpe@gmail.com>
Date: Tue, 12 Dec 2023 12:36:00 +0100
Subject: [PATCH 3/3] remove shebang from non-executable __init__.py file
---
maturin/__init__.py | 1 -
1 file changed, 1 deletion(-)
diff --git a/maturin/__init__.py b/maturin/__init__.py
index 0775367..a80e85e 100644
--- a/maturin/__init__.py
+++ b/maturin/__init__.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python3
"""
maturin's implementation of the PEP 517 interface. Calls maturin through subprocess
--
2.43.0