summaryrefslogtreecommitdiff
path: root/setuptools/command/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'setuptools/command/__init__.py')
-rw-r--r--setuptools/command/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setuptools/command/__init__.py b/setuptools/command/__init__.py
index a7e3c3d..3429634 100644
--- a/setuptools/command/__init__.py
+++ b/setuptools/command/__init__.py
@@ -1,6 +1,6 @@
import distutils.command
-__all__ = [] # XXX 'happy', 'test', 'install_pkg_data'
+__all__ = ['test', 'depends']
# Make our commands available as though they were part of the distutils