From eb890d98739196b83f1ecb5cb7bcfe9739a9502c Mon Sep 17 00:00:00 2001 From: Michele Simionato Date: Fri, 27 Jul 2018 12:55:36 +0200 Subject: Added the path to the decorator module in the virtual file path --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 5890f4b..2f07200 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import setup -dic = {} +dic = dict(__file__=None) exec(open('src/decorator.py').read(), dic) VERSION = dic['__version__'] -- cgit v1.2.1