Commit a6673f11 authored by 谭九鼎's avatar 谭九鼎 Committed by GitHub

editorial fix

parent 1ea521c5
...@@ -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