Back out the requirement to supply a version number

This commit is contained in:
Andrew M. Kuchling 2001-03-31 02:41:01 +00:00
parent f7eb4faf38
commit f89d993e07
1 changed files with 0 additions and 4 deletions

View File

@ -534,10 +534,6 @@ class Distribution:
objects.
"""
if self.metadata.version is None:
raise DistutilsSetupError, \
"No version number specified for distribution"
keywords = self.metadata.keywords
if keywords is not None:
if type(keywords) is StringType: