| commit | a7210ed2728faefdcc440fb359ff1a1abdca998e | [log] [tgz] |
|---|---|---|
| author | Andrew M. Kuchling <amk@amk.ca> | Thu Mar 22 03:06:52 2001 +0000 |
| committer | Andrew M. Kuchling <amk@amk.ca> | Thu Mar 22 03:06:52 2001 +0000 |
| tree | f0841b6b3b48ebe3435fa308ef557c1d8f728ed0 | |
| parent | df66df0a286c5d09022e7efe839759797318506c [diff] |
Add 'platforms' and 'keywords' attributes to the DistributionMetadata class,
along with options to print them.
Add a finalize_options() method to Distribution to do final processing
on the platform and keyword attributes
Add DistributionMetadata.write_pkg_info() method to write a PKG-INFO file
into the release tree.