diff options
| author | Tarek Ziade <tarek@ziade.org> | 2010-10-08 11:15:07 +0200 |
|---|---|---|
| committer | Tarek Ziade <tarek@ziade.org> | 2010-10-08 11:15:07 +0200 |
| commit | d8fe51d34e648eedab2979df0c6441e878cc8537 (patch) | |
| tree | fe39ff28a6a3e06457b75001d61e94f0bfbc6706 /distutils2/command/__init__.py | |
| parent | 18bdafbdc61d5f8d722be9dfb778ae20c416d7d4 (diff) | |
| download | disutils2-d8fe51d34e648eedab2979df0c6441e878cc8537.tar.gz | |
make sure upload_docs is listed in the commands
Diffstat (limited to 'distutils2/command/__init__.py')
| -rw-r--r-- | distutils2/command/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/distutils2/command/__init__.py b/distutils2/command/__init__.py index 28829f1..c817b4f 100644 --- a/distutils2/command/__init__.py +++ b/distutils2/command/__init__.py @@ -24,4 +24,5 @@ __all__ = ['check', 'bdist_wininst', 'register', 'upload', + 'upload_docs' ] |
