From a30779137867c417b5d4b67527df105e79cc64de Mon Sep 17 00:00:00 2001 From: rcervinoucm Date: Fri, 24 May 2024 12:08:42 +0200 Subject: [PATCH] Update setup.py --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 21e40912..7c87dab0 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,8 @@ from ctlearn.version import * here = path.abspath(path.dirname(__file__)) - +print(__file__) +print(here) with open(path.join(here, 'README.rst'), encoding='utf-8') as f: long_description = f.read()