Skip to content

Commit f2cf208

Browse files
committed
don't use substitution hack
1 parent 8aedadc commit f2cf208

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

docs/Contributing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Now clone your fork of the Git repository and make an editable (``-e``) install.
2525
2626
git clone <your fork>
2727
cd mpl-point-clicker
28-
pip install -e ".[dev]"
28+
pip install -e ".[test, doc]"
2929
3030
3131
Working with Git

setup.cfg

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,6 @@ doc =
3939
sphinx-autobuild
4040
sphinx_gallery>=0.8.2
4141
autoapi
42-
dev =
43-
%(test)s
44-
%(doc)s
4542

4643
[flake8]
4744
exclude = docs, _version.py, .eggs, example

0 commit comments

Comments
 (0)