[pyrepl-checkins] pyrepl setup.py,1.3,1.4

mwh@codespeak.net mwh@codespeak.net
Tue, 11 May 2004 19:57:07 +0200 (MEST)


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"],