diff options
Diffstat (limited to 'dodo.py')
| -rw-r--r-- | dodo.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ from hat.doit import common DOIT_CONFIG = common.init(python_paths=['src_py'], - default_tasks=['build']) + default_tasks=['wheel']) from src_doit import * # NOQA |
