Skip to content

Commit

Permalink
added shebang to setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
abelcarreras committed Oct 25, 2018
1 parent b8cccfb commit c32bdcf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/env python

from __future__ import absolute_import
from setuptools import setup, find_packages
import json
Expand Down

0 comments on commit c32bdcf

Please sign in to comment.