Commit f89d993e authored by Andrew M. Kuchling's avatar Andrew M. Kuchling

Back out the requirement to supply a version number

parent f7eb4faf
...@@ -534,10 +534,6 @@ class Distribution: ...@@ -534,10 +534,6 @@ class Distribution:
objects. objects.
""" """
if self.metadata.version is None:
raise DistutilsSetupError, \
"No version number specified for distribution"
keywords = self.metadata.keywords keywords = self.metadata.keywords
if keywords is not None: if keywords is not None:
if type(keywords) is StringType: if type(keywords) is StringType:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment