diff options
Diffstat (limited to 'setuptools/command/__init__.py')
-rw-r--r-- | setuptools/command/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/setuptools/command/__init__.py b/setuptools/command/__init__.py index bc5bc878..0606ef9c 100644 --- a/setuptools/command/__init__.py +++ b/setuptools/command/__init__.py @@ -1,6 +1,6 @@ import distutils.command -__all__ = ['test', 'develop', 'bdist_egg'] +__all__ = ['test', 'develop', 'bdist_egg', 'saveopts', 'setopt', 'rotate'] # Make our commands available as though they were part of the distutils |