summaryrefslogtreecommitdiff
path: root/src/distutils2/command
diff options
context:
space:
mode:
authorJeremy Kloth <jeremy.kloth@gmail.com>2010-07-17 19:32:30 -0600
committerJeremy Kloth <jeremy.kloth@gmail.com>2010-07-17 19:32:30 -0600
commit57da7bb7e4a68b52176ef0ff35eb33337664dd40 (patch)
tree5fd67d6a83de236265a1eb69a2569cd830302ce0 /src/distutils2/command
parent75103af3149734f930ac1463331900cd82aee419 (diff)
downloaddisutils2-57da7bb7e4a68b52176ef0ff35eb33337664dd40.tar.gz
Removed deprecated and unused check_metadata() method.
Diffstat (limited to 'src/distutils2/command')
-rw-r--r--src/distutils2/command/sdist.py8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/distutils2/command/sdist.py b/src/distutils2/command/sdist.py
index b35f4d6..2adce5f 100644
--- a/src/distutils2/command/sdist.py
+++ b/src/distutils2/command/sdist.py
@@ -171,14 +171,6 @@ class sdist(Command):
# or zipfile, or whatever.
self.make_distribution()
- def check_metadata(self):
- """Deprecated API."""
- warn("distutils.command.sdist.check_metadata is deprecated, \
- use the check command instead", PendingDeprecationWarning)
- check = self.distribution.get_command_obj('check')
- check.ensure_finalized()
- check.run()
-
def get_file_list(self):
"""Figure out the list of files to include in the source
distribution, and put it in 'self.filelist'. This might involve