Add a check command.
This commit is contained in:
parent
833a0c681c
commit
44285fbf59
2 changed files with 11 additions and 0 deletions
1
setup.py
1
setup.py
|
@ -27,6 +27,7 @@ setup(
|
|||
'put = dcc.put:Put',
|
||||
'pb = dcc.pb:PB',
|
||||
'ss = dcc.ss:SS',
|
||||
'check = dcc.check:Check',
|
||||
],
|
||||
},
|
||||
zip_safe=False,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue