[wwwsearch-commits] r19315 - wwwsearch/pullparser/trunk

jjlee at codespeak.net jjlee at codespeak.net
Tue Nov 1 01:31:55 CET 2005


Author: jjlee
Date: Tue Nov  1 01:31:54 2005
New Revision: 19315

Modified:
   wwwsearch/pullparser/trunk/setup.py
Log:
setuptools stuff

Modified: wwwsearch/pullparser/trunk/setup.py
==============================================================================
--- wwwsearch/pullparser/trunk/setup.py	(original)
+++ wwwsearch/pullparser/trunk/setup.py	Tue Nov  1 01:31:54 2005
@@ -20,6 +20,7 @@
         args.append(pre)
     return fmt % tuple(args)
 VERSION = unparse_version(__version__)
+INSTALL_REQUIRES = []
 NAME = "pullparser"
 PACKAGE = False
 LICENSE = "BSD"
@@ -68,6 +69,7 @@
     license = LICENSE,
     platforms = PLATFORMS,
     classifiers = [c for c in CLASSIFIERS.split("\n") if c],
+    install_requires = INSTALL_REQUIRES,
     zip_safe = ZIP_SAFE,
     test_suite = "test",
     author = "John J. Lee",


More information about the wwwsearch-commits mailing list