diff --git a/AUTHORS b/AUTHORS index c6e66453d..69905c31f 100644 --- a/AUTHORS +++ b/AUTHORS @@ -21,6 +21,7 @@ Ash Christopher Asif Saif Uddin Bart Merenda Bas van Oostveen +Brian Helba Dave Burkholder David Fischer David Smith diff --git a/setup.cfg b/setup.cfg index 4a8de4569..7fc5a9243 100644 --- a/setup.cfg +++ b/setup.cfg @@ -38,4 +38,6 @@ install_requires = jwcrypto >= 0.8.0 [options.packages.find] -exclude = tests +exclude = + tests + tests.*