From f596cc5bf6e55dae2f026628928f037c5e02c142 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Al=C3=A1n=20Mu=C3=B1oz?= <amuoz@ed.ac.uk> Date: Fri, 15 Oct 2021 14:07:17 +0100 Subject: [PATCH] update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a75da220..369820b9 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import setup setup( name="pipeline-core", version="0.1.1-dev", - packages=find_packages("python"), + packages=find_packages("pcore"), url="", license="", author="Diane Adjavon", -- GitLab