[PyCrust] setup
Brought to you by:
pobrien
From: Jochen <jo...@jo...> - 2001-11-04 03:39:47
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Importing PyCrust before installing it doesn't work:( Index: setup.py =================================================================== RCS file: /cvsroot/pycrust/PyCrust/setup.py,v retrieving revision 1.3 diff -u -r1.3 setup.py - --- setup.py 2001/10/25 14:33:37 1.3 +++ setup.py 2001/11/04 03:36:56 @@ -8,11 +8,10 @@ __version__ = "$Revision: 1.3 $"[11:-2] from distutils.core import setup - -from PyCrust import version import glob setup(name="PyCrust", - - version=str(version.VERSION), + version="0.7", description="PyCrust - The Flakiest Python Shell", author="Patrick K. O'Brien", author_email="po...@or...", @@ -35,4 +34,3 @@ ], ) - - \ No newline at end of file Greetings, Jochen PS: I am not on the list. - -- Einigkeit und Recht und Freiheit http://www.Jochen-Kuepper.de Liberté, Égalité, Fraternité GnuPG key: 44BCCD8E Sex, drugs and rock-n-roll -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: Processed by Mailcrypt and GnuPG <http://www.gnupg.org/> iD8DBQE75Lh4iJ/aUUS8zY4RAoVrAKCS5v+JA7ugwjLyiifjcpqc0vPxxACgvX43 gCn8Z/dPsjeYxgeT+ZkDnhI= =CA8t -----END PGP SIGNATURE----- |