22 lines
572 B
Diff
22 lines
572 B
Diff
|
From ffe7f4620db366a63dedb4b09fe9a11c3a660fe0 Mon Sep 17 00:00:00 2001
|
||
|
From: Fabio Valentini <decathorpe@gmail.com>
|
||
|
Date: Tue, 23 May 2023 17:16:09 +0200
|
||
|
Subject: [PATCH 3/4] 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 a8c5c0b..8b9e5ff 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.41.0
|
||
|
|