Added docker support

This commit is contained in:
Jett Jackson
2018-10-30 14:15:49 +08:00
parent 97e7e792f8
commit 84b0c2e861
108 changed files with 240 additions and 16 deletions

12
app/external/pytaw/setup.py vendored Normal file
View File

@ -0,0 +1,12 @@
from setuptools import setup
setup(
name='pytaw',
version='0.0.1',
packages=['pytaw'],
url='https://github.com/6000hulls/pytaw',
license='',
author='6000hulls',
author_email='6000hulls@gmail.com',
description='PYTAW: Python YouTube API Wrapper'
)