From 1a207e99ab4b6330ea0a4ebbf84b9df605e97c12 Mon Sep 17 00:00:00 2001 From: Eduardo Gonzalez Solares Date: Mon, 2 Aug 2021 17:13:18 +0100 Subject: [PATCH] Include package data when installing --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a45ed54b..0dcd0cdb 100644 --- a/setup.py +++ b/setup.py @@ -27,5 +27,6 @@ entry_points={ 'console_scripts': ["merlin=merlin.merlin:merlin"] }, - classifiers=CLASSIFIERS + include_package_data=True, + classifiers=CLASSIFIERS, )