mirror of
https://github.com/autistic-symposium/backend-and-orchestration-toolkit.git
synced 2025-06-09 15:32:46 -04:00
🧆 update readme:
This commit is contained in:
parent
60aae380b2
commit
4a5d6f56a6
245 changed files with 20300 additions and 6 deletions
7
lambda_function/sqs-sns_example/setup.py
Normal file
7
lambda_function/sqs-sns_example/setup.py
Normal file
|
@ -0,0 +1,7 @@
|
|||
from distutils.core import setup
|
||||
|
||||
setup(
|
||||
name='rewind_clip_generator',
|
||||
version='1.0',
|
||||
packages=['lib', 'lib.routes', 'lib.handlers'],
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue