diff options
author | Georg Brandl <georg@python.org> | 2011-01-04 19:20:22 +0100 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2011-01-04 19:20:22 +0100 |
commit | 87cebf1a070a2c8956ef2939f43d53bf826600e9 (patch) | |
tree | a0263d75079f552421e386174fd19bb66b3a7ce3 /setup.py | |
parent | c5eee59f9244c275034b9554d6453fa23d2a9729 (diff) | |
download | sphinx-git-87cebf1a070a2c8956ef2939f43d53bf826600e9.tar.gz |
#98: Add autopackage script. (Undocumented for now.)
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -193,6 +193,7 @@ setup( 'console_scripts': [ 'sphinx-build = sphinx:main', 'sphinx-quickstart = sphinx.quickstart:main', + 'sphinx-apidoc = sphinx.apidoc:main', 'sphinx-autogen = sphinx.ext.autosummary.generate:main', ], 'distutils.commands': [ |