You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
572 B
22 lines
572 B
2 months ago
|
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
|
||
|
|