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:
parent
e54183df9c
commit
f9d87b6fd3
2 changed files with 2 additions and 2 deletions
2
setup.py
2
setup.py
|
|
@ -1,4 +1,4 @@
|
||||||
#!/usr/bin/python
|
#!/usr/bin/env python
|
||||||
|
|
||||||
import sys, os
|
import sys, os
|
||||||
from setuptools import setup
|
from setuptools import setup
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#!/usr/bin/env
|
#!/usr/bin/env python
|
||||||
|
|
||||||
"""
|
"""
|
||||||
Twython is a library for Python that wraps the Twitter API.
|
Twython is a library for Python that wraps the Twitter API.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue