[pyrepl-checkins] pyrepl setup.py,1.3,1.4
mwh@codespeak.net
mwh@codespeak.net
Tue, 11 May 2004 19:57:07 +0200 (MEST)
- Previous message: [pyrepl-checkins]
pyrepl/pyrepl cmdrepl.py,1.3,1.4 historical_reader.py,1.8,1.9
python_reader.py,1.14,1.15 reader.py,1.12,1.13
unix_console.py,1.10,1.11 unix_eventqueue.py,1.2,1.3
- Next message: [pyrepl-checkins] pyrepl encopyright.py,1.2,1.3 pythoni,1.1.1.1,1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvs/pyrepl/pyrepl
In directory thoth.codespeak.net:/tmp/cvs-serv14247
Modified Files:
setup.py
Log Message:
setup.py changes.
* mwh considers learning how to use PyPI
Index: setup.py
===================================================================
RCS file: /cvs/pyrepl/pyrepl/setup.py,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** setup.py 14 Mar 2004 13:42:40 -0000 1.3
--- setup.py 11 May 2004 17:57:05 -0000 1.4
***************
*** 1,3 ****
! # Copyright 2000-2003 Michael Hudson mwh@python.net
#
# All Rights Reserved
--- 1,3 ----
! # Copyright 2000-2004 Michael Hudson mwh@python.net
#
# All Rights Reserved
***************
*** 33,41 ****
setup(
name = "pyrepl",
! version = "0.8.0",
author = "Michael Hudson",
author_email = "mwh@python.net",
! url = "http://starship.python.net/crew/mwh/hacks/pyrepl.html",
! licence = "MIT X11 style",
description = "A library for building flexible command line interfaces",
platforms = ["unix", "linux"],
--- 33,41 ----
setup(
name = "pyrepl",
! version = "0.8.1",
author = "Michael Hudson",
author_email = "mwh@python.net",
! url = "http://codespeak.net/pyrepl/",
! license = "MIT X11 style",
description = "A library for building flexible command line interfaces",
platforms = ["unix", "linux"],
- Previous message: [pyrepl-checkins]
pyrepl/pyrepl cmdrepl.py,1.3,1.4 historical_reader.py,1.8,1.9
python_reader.py,1.14,1.15 reader.py,1.12,1.13
unix_console.py,1.10,1.11 unix_eventqueue.py,1.2,1.3
- Next message: [pyrepl-checkins] pyrepl encopyright.py,1.2,1.3 pythoni,1.1.1.1,1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]