diff options
| author | Barry Warsaw | 2009-06-30 06:14:49 -0400 |
|---|---|---|
| committer | Barry Warsaw | 2009-06-30 06:14:49 -0400 |
| commit | fc07eb2b464eaea1f3dcc9ce4d57343571e8527f (patch) | |
| tree | c8d7c87af7cdf0bf46cca711129c699128cf4432 /setup.py | |
| parent | 9e97e8ae31450ce6a308f700fc358710462c01f8 (diff) | |
| download | mailman-fc07eb2b464eaea1f3dcc9ce4d57343571e8527f.tar.gz mailman-fc07eb2b464eaea1f3dcc9ce4d57343571e8527f.tar.zst mailman-fc07eb2b464eaea1f3dcc9ce4d57343571e8527f.zip | |
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -101,4 +101,7 @@ case second `m'. Any other spelling is incorrect.""", setup_requires = [ 'setuptools_bzr', ], + extras_require=dict( + docs=['Sphinx', 'z3c.recipe.sphinxdoc'], + ) ) |
