Skip to content

Commit

Permalink
Add setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
yashksaini-coder committed Oct 31, 2024
1 parent 659cca2 commit 144b4fd
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Automation_Tools/Playlist-downloader/setup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
from setuptools import setup
setup(name="Playlist_downloader",
version="1.0",
description="Playlist Downloader simplifies the process of downloading YouTube playlists by providing a straightforward API to fetch and save videos from a given playlist URL.",
long_description=open('README.md').read(),
long_description_content_type='text/markdown',
author="Yash Kumar Saini",
packages=['Playlist_downloader'],
license="MIT",
install_requires=['pytube']
)

0 comments on commit 144b4fd

Please sign in to comment.