Add a fetch command; this could probably use some refinement.
This commit is contained in:
parent
d1ddad97ef
commit
790f3af1a2
3 changed files with 44 additions and 1 deletions
1
setup.py
1
setup.py
|
@ -29,6 +29,7 @@ setup(
|
|||
'ss = dcc.ss:SS',
|
||||
'check = dcc.check:Check',
|
||||
'extract = dcc.extract:Extract',
|
||||
'fetch = dcc.fetch:Fetch',
|
||||
],
|
||||
},
|
||||
zip_safe=False,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue