]> granicus.if.org Git - python/commit
Fix 'check_metadata()' so it grovels through the distribution's metadata
authorGreg Ward <gward@python.net>
Fri, 21 Apr 2000 04:37:12 +0000 (04:37 +0000)
committerGreg Ward <gward@python.net>
Fri, 21 Apr 2000 04:37:12 +0000 (04:37 +0000)
commit535f2d9ace100ce354630d1f26d1c45644970364
tree5ce8e0738af147c8f48e56f7e55c905a9cedadaa
parent87da1ea1271c3070bcb37348ac3ae508b62ce56b
Fix 'check_metadata()' so it grovels through the distribution's metadata
object, rather than through the distribution itself (since I moved the meta-
data out to a DistributionMetadata instance).
Lib/distutils/command/sdist.py