mirror of
https://github.com/chibicitiberiu/ytsm.git
synced 2024-02-24 05:43:31 +00:00
13 lines
280 B
Python
13 lines
280 B
Python
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'
|
|
)
|