[wwwsearch-commits] r19726 - wwwsearch/ClientCookie/trunk
jjlee at codespeak.net
jjlee at codespeak.net
Thu Nov 10 17:25:28 CET 2005
Author: jjlee
Date: Thu Nov 10 17:25:28 2005
New Revision: 19726
Modified:
wwwsearch/ClientCookie/trunk/setup.py
Log:
Temporary hack to try to get setuptools working
Modified: wwwsearch/ClientCookie/trunk/setup.py
==============================================================================
--- wwwsearch/ClientCookie/trunk/setup.py (original)
+++ wwwsearch/ClientCookie/trunk/setup.py Thu Nov 10 17:25:28 2005
@@ -12,7 +12,8 @@
module HTTP::Cookies, from the libwww-perl library.
"""
-from ClientCookie import VERSION
+#from ClientCookie import VERSION
+VERSION = '1.0.4-pre1'
INSTALL_REQUIRES = []
NAME = "ClientCookie"
PACKAGE = True
More information about the wwwsearch-commits
mailing list