r79378 - pyrepl/trunk/pyrepl

[email protected] Tue, 23 Nov 2010 00:38:49 +0100 (CET)
Newsgroups gmane.comp.python.pyrepl.checkins
Message-ID <[email protected]>
Author: antocuni
Date: Tue Nov 23 00:38:48 2010
New Revision: 79378

Modified:
   pyrepl/trunk/pyrepl/PKG-INFO
Log:
updated PKG-INFO


Modified: pyrepl/trunk/pyrepl/PKG-INFO
==============================================================================
--- pyrepl/trunk/pyrepl/PKG-INFO	(original)
+++ pyrepl/trunk/pyrepl/PKG-INFO	Tue Nov 23 00:38:48 2010
@@ -1,18 +1,18 @@
 Metadata-Version: 1.0
 Name: pyrepl
-Version: 0.7.2
+Version: 0.8.2
 Summary: A library for building flexible command line interfaces
-Home-page: http://starship.python.net/crew/mwh/hacks/pyrepl.html
-Author: Michael Hudson
-Author-email: [email protected]
-License: UNKNOWN
+Home-page: http://codespeak.net/pyrepl/
+Author: Michael Hudson-Doyle
+Author-email: [email protected]
+License: MIT X11 style
 Description: pyrepl is a Python library, inspired by readline, for building flexible
         command line interfaces, featuring:
-        * sane multi-line editing
-        * history, with incremental search
-        * completion, including displaying of available options
-        * a fairly large subset of the readline emacs-mode keybindings
-        * a liberal, Python-style, license
-        * a new python top-level.
+         * sane multi-line editing
+         * history, with incremental search
+         * completion, including displaying of available options
+         * a fairly large subset of the readline emacs-mode keybindings
+         * a liberal, Python-style, license
+         * a new python top-level.
 Platform: unix
 Platform: linux