From c8cd73be898bfc7d8c6ab02a7282bfed83c637ec Mon Sep 17 00:00:00 2001 From: Tim Dudgeon Date: Thu, 16 Jul 2020 12:17:30 +0100 Subject: [PATCH] Added pipelines.xchem to packages --- src/python/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/python/setup.py b/src/python/setup.py index 5b35beb..8899e2a 100644 --- a/src/python/setup.py +++ b/src/python/setup.py @@ -64,7 +64,7 @@ # You can just specify the packages manually here if your project is # simple. Or you can use find_packages(). - packages=["pipelines.dmpk", "pipelines.docking", "pipelines.rdkit"], + packages=["pipelines.dmpk", "pipelines.docking", "pipelines.rdkit", "pipelines.xchem"], # Alternatively, if you want to distribute just a my_module.py, uncomment # this: