--- setupscript_old.txt Wed Feb 25 17:09:41 2009 +++ setupscript.txt Wed Feb 25 17:34:00 2009 @@ -423,6 +423,14 @@ distribution being described. If no qualifiers are given, all versions of the named module or package are understood to be obsoleted. +Example of using *requires* and *provides* keywords :: + + setup(..., + requires=['dbm', 'foo=>1.1.0'], + provides=['myapi (1.1)'], + ) + + Installing Scripts ==================