Add support for s3 uploads.
This commit is contained in:
parent
e78453d6bd
commit
a7e2f04bde
3 changed files with 23 additions and 1 deletions
1
setup.py
1
setup.py
|
@ -24,6 +24,7 @@ setup(
|
|||
'play = dcc.play:Play',
|
||||
'record = dcc.record:Record',
|
||||
'fabricate = dcc.fabricate:Fabricate',
|
||||
'put = dcc.put:Put',
|
||||
],
|
||||
},
|
||||
zip_safe=False,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue