Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
nuhmanpk authored Sep 10, 2021
1 parent f1adccb commit b077500
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@

setuptools.setup(
name="YoutubeTags",
version="1.0",
version="0.5",
author="Nuhman",
author_email="[email protected]",
long_description = README,
long_description_content_type = "text/markdown",
description="Simple Python Library to Extract YouTube Video Tags",
description="Simple Python Library to Extract YouTube Video Tags without Youtube API",
license="MIT",
url="https://github.com/bughunter0/YoutubeTags",
classifiers=[
Expand All @@ -21,7 +21,7 @@
"Operating System :: OS Independent",
],
packages=setuptools.find_packages(),
install_requires = [],
install_requires = [beautifulsoup,requests,html5lib],
python_requires=">=3.6",

)

0 comments on commit b077500

Please sign in to comment.