mirror of
https://github.com/chibicitiberiu/ytsm.git
synced 2024-02-24 05:43:31 +00:00
Added docker support
This commit is contained in:
12
app/external/pytaw/setup.py
vendored
Normal file
12
app/external/pytaw/setup.py
vendored
Normal 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'
|
||||
)
|
Reference in New Issue
Block a user