Add a generator for DSDA zip files.
This commit is contained in:
parent
dd3a185f4b
commit
6a6f25aebc
3 changed files with 47 additions and 0 deletions
1
setup.py
1
setup.py
|
@ -32,6 +32,7 @@ setup(
|
|||
'fetch = dcc.fetch:Fetch',
|
||||
'text = dcc.text:Text',
|
||||
'thumb = dcc.thumb:Thumb',
|
||||
'dsda = dcc.dsda:DSDA',
|
||||
],
|
||||
},
|
||||
zip_safe=False,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue