diff --git a/setup.cfg b/setup.cfg index 5eaefd6fc..c76805d1e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -6,8 +6,8 @@ source = lbry .tox/*/lib/python*/site-packages/lbry omit = - lbry/wallet/orchstr8/* - .tox/*/lib/python*/site-packages/lbry/wallet/orchstr8/* + lbry/wallet/orchstr8/ + .tox/*/lib/python*/site-packages/lbry/wallet/orchstr8/ [cryptography.*,coincurve.*,pbkdf2, libtorrent] ignore_missing_imports = True