File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ include CHANGES
22include COPYING
33include LICENSE
44include NOTICE
5- include README
5+ include README.md
66include *.py
77recursive-include examples *.py
88recursive-include doc *.html
Original file line number Diff line number Diff line change 1717'''The setup and build script for the python-twitter library.'''
1818
1919__author__ = 'python-twitter@googlegroups.com'
20- __version__ = '0.8.5 '
20+ __version__ = '0.9.0 '
2121
2222
2323# The base package metadata to be used by both distutils and setuptools
2727 py_modules = ['twitter' ],
2828 author = 'The Python-Twitter Developers' ,
2929 author_email = 'python-twitter@googlegroups.com' ,
30- description = 'A python wrapper around the Twitter API' ,
30+ description = 'A Python wrapper around the Twitter API' ,
3131 license = 'Apache License 2.0' ,
3232 url = 'https://github.com/bear/python-twitter' ,
3333 keywords = 'twitter api' ,
Original file line number Diff line number Diff line change 1- #!/usr/bin/python2.4
1+ #!/usr/bin/python2.6
22#
33# Copyright 2007 The Python-Twitter Developers
44#
1717'''A library that provides a Python interface to the Twitter API'''
1818
1919__author__ = 'python-twitter@googlegroups.com'
20- __version__ = '0.8.5 '
20+ __version__ = '0.9.0 '
2121
2222
2323import calendar
You can’t perform that action at this time.
0 commit comments