Fixed line length to 79 characters for all python scripts including twython3k

This commit is contained in:
kracekumar 2011-10-07 13:14:28 +05:30
parent 1d737b67d9
commit 17f54c1eb4
6 changed files with 448 additions and 218 deletions

View file

@ -1,4 +1,4 @@
#!/usr/bin/python
#! /usr/bin/python
import sys, os
from setuptools import setup
@ -25,7 +25,8 @@ setup(
license = 'MIT License',
url = 'http://github.com/ryanmcgrath/twython/tree/master',
keywords = 'twitter search api tweet twython',
description = 'An easy (and up to date) way to access Twitter data with Python.',
description = 'An easy (and up to date) way to access Twitter data with\
Python.',
long_description = open('README.markdown').read(),
classifiers = [
'Development Status :: 4 - Beta',