From f90ea10f0de5e96ce3425ebd52763c68d3cfa635 Mon Sep 17 00:00:00 2001 From: Christoph Alt <christoph.alt@fau.de> Date: Wed, 3 Aug 2022 15:05:36 +0200 Subject: [PATCH] added a new module in setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6c26fd6..4d0a1aa 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setup(name="cb-util", description="Collection of scripts and wrapper of contious benchmarking", author="Christoph Alt", author_email="Christoph.alt@fau.de", - packages=find_packages(include=["cbutil"]), + packages=find_packages(include=["cbutil", "cbutil.postprocessing"]), install_requires=[ "python-dotenv", "influxdb", -- GitLab