aboutsummaryrefslogtreecommitdiff
path: root/dodo.py
diff options
context:
space:
mode:
Diffstat (limited to 'dodo.py')
-rw-r--r--dodo.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/dodo.py b/dodo.py
index 02a96b4..c9fc571 100644
--- a/dodo.py
+++ b/dodo.py
@@ -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