diff options
Diffstat (limited to 'command')
| -rw-r--r-- | command/bdist_dumb.py | 2 | ||||
| -rw-r--r-- | command/sdist.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/command/bdist_dumb.py b/command/bdist_dumb.py index 5456e57a..0a68d00a 100644 --- a/command/bdist_dumb.py +++ b/command/bdist_dumb.py @@ -70,7 +70,7 @@ class bdist_dumb (Command): # And make an archive relative to the root of the # pseudo-installation tree. - archive_basename = "%s.%s" % (self.distribution.get_full_name(), + archive_basename = "%s.%s" % (self.distribution.get_fullname(), get_platform()) print "output_dir = %s" % output_dir print "self.format = %s" % self.format diff --git a/command/sdist.py b/command/sdist.py index 43007d59..2cf8e385 100644 --- a/command/sdist.py +++ b/command/sdist.py @@ -502,7 +502,7 @@ class sdist (Command): # Don't warn about missing meta-data here -- should be (and is!) # done elsewhere. - base_dir = self.distribution.get_full_name() + base_dir = self.distribution.get_fullname() # Remove any files that match "base_dir" from the fileset -- we # don't want to go distributing the distribution inside itself! |
