Left out 'python' in hashbang, update setup to use env, too.

Left out 'python' in hashbang, update setup to use env, too.
This commit is contained in:
Michael Helmick 2012-01-12 23:16:36 -05:00
parent e54183df9c
commit f9d87b6fd3
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
import sys, os
from setuptools import setup

View file

@ -1,4 +1,4 @@
#!/usr/bin/env
#!/usr/bin/env python
"""
Twython is a library for Python that wraps the Twitter API.