From f1c24c7ab7d7135e0912f789ec908e9ee90c3179 Mon Sep 17 00:00:00 2001 From: overclockworked64 Date: Sat, 16 Oct 2021 17:30:44 +0200 Subject: [PATCH] Add 'trio.trionics' to setup.py --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index d233ecd..4f7431c 100755 --- a/setup.py +++ b/setup.py @@ -35,6 +35,7 @@ setup( platforms=['linux', 'windows'], packages=[ 'tractor', + 'tractor.trionics', 'tractor.testing', ], install_requires=[