setup: Exclude tests from find packages.
This commit is contained in:
parent
f3c5c92b49
commit
85f1aa66a6
1 changed files with 2 additions and 2 deletions
|
@ -52,8 +52,8 @@ console_scripts =
|
||||||
paypal-query = paypal_rest.cliquery:entry_point
|
paypal-query = paypal_rest.cliquery:entry_point
|
||||||
|
|
||||||
[options.packages.find]
|
[options.packages.find]
|
||||||
include =
|
exclude =
|
||||||
paypal_rest
|
tests
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
commands =
|
commands =
|
||||||
|
|
Loading…
Reference in a new issue