Skip to content

Commit 61b5f13

Browse files
committed
build: make setup.py executable
1 parent 5eee7d1 commit 61b5f13

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

setup.py

100644100755
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
from setuptools import setup
1+
#! /usr/bin/env python
22

3+
from setuptools import setup
34

45
setup(name='cpplint',
56
version='1.3.0',

0 commit comments

Comments
 (0)