Commit 384bfb36 authored by Jason R. Coombs's avatar Jason R. Coombs Committed by GitHub

Merge pull request #2409 from imba-tjd/patch-1

docs: editorial word fix
parents a03bba5c a6673f11
...@@ -90,7 +90,7 @@ in ``src`` that starts with the name ``pkg`` and not ``additional``: ...@@ -90,7 +90,7 @@ in ``src`` that starts with the name ``pkg`` and not ``additional``:
packages = find_packages( packages = find_packages(
where = 'src', where = 'src',
include = ['pkg*',], include = ['pkg*',],
exclude = ['tests',] exclude = ['additional',]
), ),
package_dir = {"":"src"} package_dir = {"":"src"}
#... #...
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment