This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository python-efl.
View the commit online.
commit 8d23f65ea72ad22461abbc5ba0a5d90e61b14fc7
Author: Dave Andreoli <[email protected]>
AuthorDate: Sun Aug 31 10:06:47 2025 +0200
Modernize build: setup.py must not be runned directly
---
setup.py | 3 ---
1 file changed, 3 deletions(-)
diff --git a/setup.py b/setup.py
old mode 100755
new mode 100644
index 5bdf21c..eb576a7
--- a/setup.py
+++ b/setup.py
@@ -1,6 +1,3 @@
-#! /usr/bin/env python
-# encoding: utf-8
-
import os
import sys
import subprocess
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.