add deployment configs and tools

This commit is contained in:
moscap
2021-06-02 14:11:10 +03:00
parent bd1d2c65b9
commit 75e1d5c13e
10 changed files with 54 additions and 7 deletions

11
dodo.py Normal file
View File

@@ -0,0 +1,11 @@
#!usr/bin/env python3
'''
'''
import glob
def task_wheel():
"""Create bynary wheel distribution"""
return {
'actions': ['python3 -m build -w']
}