Skip to content

Commit

Permalink
Fix setup.py script to be executable (other tools expect this)
Browse files Browse the repository at this point in the history
  • Loading branch information
fperez committed Oct 9, 2011
1 parent a3229f5 commit 113dc5b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/env python
"""This calls the setup routine for Python 2 or 3 as required."""

import sys
Expand Down

0 comments on commit 113dc5b

Please sign in to comment.