diff options
| author | Michele Simionato <michele.simionato@gmail.com> | 2018-07-27 12:55:36 +0200 |
|---|---|---|
| committer | Michele Simionato <michele.simionato@gmail.com> | 2018-07-27 12:55:36 +0200 |
| commit | eb890d98739196b83f1ecb5cb7bcfe9739a9502c (patch) | |
| tree | d2862c1ef8645eb5cf7ffb150bf8d8a21ed52023 /setup.py | |
| parent | bbac0b4d046604ae5d17ed1b05bd0b01367d3be5 (diff) | |
| download | python-decorator-git-eb890d98739196b83f1ecb5cb7bcfe9739a9502c.tar.gz | |
Added the path to the decorator module in the virtual file path
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ from setuptools import setup -dic = {} +dic = dict(__file__=None) exec(open('src/decorator.py').read(), dic) VERSION = dic['__version__'] |
