mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Back out the requirement to supply a version number
This commit is contained in:
parent
f7eb4faf38
commit
f89d993e07
1 changed files with 0 additions and 4 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue