Typos in release.py

This commit is contained in:
Jrgen Stenarson
2013-04-03 20:26:21 +02:00
parent a413e62c53
commit 64e56d7420
+8 -8
View File
@@ -30,7 +30,7 @@ description = "A python implmementation of GNU readline."
long_description = \ long_description = \
""" """
The pyreadline package is a python implementation of GNU readline functionality The pyreadline package is a python implementation of GNU readline functionality
it is based on the ctypes based UNC readline package by Gary Bishop. it is based on the ctypes based UNC readline package by Gary Bishop.
It is not complete. It has been tested for use with windows 2000 and windows xp. It is not complete. It has been tested for use with windows 2000 and windows xp.
Version 2.0 runs on Python 2.6, 2.7, and 3.2 using the same code. Version 2.0 runs on Python 2.6, 2.7, and 3.2 using the same code.
@@ -41,12 +41,12 @@ Features:
* Control-c can be used for copy activate with allow_ctrl_c(True) in config file * Control-c can be used for copy activate with allow_ctrl_c(True) in config file
* Double tapping ctrl-c will raise a KeyboardInterrupt, use ctrl_c_tap_time_interval(x) * Double tapping ctrl-c will raise a KeyboardInterrupt, use ctrl_c_tap_time_interval(x)
where x is your preferred tap time window, default 0.3 s. where x is your preferred tap time window, default 0.3 s.
* paste pastes first line of content on clipboard. * paste pastes first line of content on clipboard.
* ipython_paste, pastes tab-separated data as list of lists or numpy array if all data is numeric * ipython_paste, pastes tab-separated data as list of lists or numpy array if all data is numeric
* paste_mulitline_code pastes multi line code, removing any empty lines. * paste_mulitline_code pastes multi line code, removing any empty lines.
The latest development version is always available at the IPython subversion The latest development version is always available at the IPython github
repository_. repository_.
.. _repository: https://github.com/pyreadline/pyreadline.git .. _repository: https://github.com/pyreadline/pyreadline.git
@@ -55,11 +55,11 @@ Features:
license = 'BSD' license = 'BSD'
authors = {'Jorgen' : ('Jorgen Stenarson','jorgen.stenarson@kroywen.se'), authors = {'Jorgen' : ('Jorgen Stenarson','jorgen.stenarson@kroywen.se'),
'Gary': ('Gary Bishop', ''), 'Gary': ('Gary Bishop', ''),
'Jack': ('Jack Trainor', ''), 'Jack': ('Jack Trainor', ''),
} }
url = 'http://http://ipython.org/pyreadline.html' url = 'http://ipython.org/pyreadline.html'
download_url = 'https://pypi.python.org/pypi/pyreadline/' download_url = 'https://pypi.python.org/pypi/pyreadline/'
platforms = ['Windows XP/2000/NT', platforms = ['Windows XP/2000/NT',
'Windows 95/98/ME'] 'Windows 95/98/ME']