]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Add 'platforms' and 'keywords' attributes to the DistributionMetadata class,
authorAndrew M. Kuchling <amk@amk.ca>
Thu, 22 Mar 2001 03:06:52 +0000 (03:06 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Thu, 22 Mar 2001 03:06:52 +0000 (03:06 +0000)
commita7210ed2728faefdcc440fb359ff1a1abdca998e
treef0841b6b3b48ebe3435fa308ef557c1d8f728ed0
parentdf66df0a286c5d09022e7efe839759797318506c
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.
Lib/distutils/dist.py