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()