summaryrefslogtreecommitdiff
path: root/setuptools/_distutils/command/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'setuptools/_distutils/command/__init__.py')
-rw-r--r--setuptools/_distutils/command/__init__.py8
1 files changed, 1 insertions, 7 deletions
diff --git a/setuptools/_distutils/command/__init__.py b/setuptools/_distutils/command/__init__.py
index d199c242..a40c1f94 100644
--- a/setuptools/_distutils/command/__init__.py
+++ b/setuptools/_distutils/command/__init__.py
@@ -3,7 +3,7 @@
Package containing implementation of all the standard Distutils
commands."""
-__all__ = [
+__all__ = [ # noqa: F822
'build',
'build_py',
'build_ext',
@@ -23,10 +23,4 @@ __all__ = [
'bdist_wininst',
'check',
'upload',
- # These two are reserved for future use:
- #'bdist_sdux',
- #'bdist_pkgtool',
- # Note:
- # bdist_packager is not included because it only provides
- # an abstract base class
]