From 023d335ca4a37d1d091c61e534627f73a6ceec02 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:27:26 +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 79d8da38..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("extraction"), + packages=find_packages("pcore"), url="", license="", author="Diane Adjavon", -- GitLab