from setuptools import find_packages from setuptools import setup setup( name="ytdl_subscribe", packages=find_packages(), )