[yum-metadata-parser PATCH 3/3] setup.py: make it executable and add shebang

Giuseppe Scrivano gscrivan at redhat.com
Sat Dec 13 14:33:24 UTC 2014


Signed-off-by: Giuseppe Scrivano <gscrivan at redhat.com>
---
 setup.py | 1 +
 1 file changed, 1 insertion(+)
 mode change 100644 => 100755 setup.py

diff --git a/setup.py b/setup.py
old mode 100644
new mode 100755
index a42a9b7..c4e8ab2
--- a/setup.py
+++ b/setup.py
@@ -1,3 +1,4 @@
+#!/usr/bin/env python
 import os
 from distutils.core import setup, Extension
 
-- 
2.1.0



More information about the Yum-devel mailing list