summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorTres Seaver <tseaver@palladion.com>2012-04-06 19:36:22 +0000
committerTres Seaver <tseaver@palladion.com>2012-04-06 19:36:22 +0000
commit89aba77a3e2a34ec3977bf76f34040582fbf0939 (patch)
tree2873e35fde63b15ad1dc3d719d2a4a9031943d05 /setup.cfg
parent6918235cf42a243b75efaae92086a7768d918300 (diff)
downloadzope-exceptions-89aba77a3e2a34ec3977bf76f34040582fbf0939.tar.gz
Added 'setup.py dev' alias;
- runs ``setup.py develop`` - installs + ``nose`` and ``coverage`` Added 'setup.py docs' alias: - installs ``Sphinx``, ``repoze.sphinx.autointerface``, and dependencies.
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg4
1 files changed, 4 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index e2adafe..1e568c7 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -4,3 +4,7 @@ cover-package=zope.exceptions
cover-erase=1
with-doctest=0
where=src
+
+[aliases]
+dev = develop easy_install zope.exceptions[testing]
+docs = easy_install zope.exceptions[docs]