From 37cdd614ceca19b34d8eef743f8e068e5b881ad9 Mon Sep 17 00:00:00 2001 From: Fred Date: Fri, 15 Nov 2019 16:52:47 +0100 Subject: [PATCH] put only toucan_client pkg in site-packages (no tests/) --- setup.cfg | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/setup.cfg b/setup.cfg index d978bd5..cbcd830 100644 --- a/setup.cfg +++ b/setup.cfg @@ -19,6 +19,11 @@ packages = find: install_requires = requests +[options.packages.find] +include = + toucan_client + toucan_client.* + [options.extras_require] test = pytest