Skip to content
This repository was archived by the owner on Jun 30, 2022. It is now read-only.

Commit

Permalink
🔧 Bumped version to 1.3.4 & added MANIFEST.in to keep missing files
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmercerind committed Dec 23, 2020
1 parent ad9f61f commit 970c9a6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
3 changes: 3 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
include README.md
include youtubesearchpython/*.json
recursive-include youtubesearchpython *.py
7 changes: 5 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,17 @@

setuptools.setup(
name="youtube-search-python",
version="1.3.3",
version="1.3.4",
author="Hitesh Kumar Saini",
license = 'MIT',
author_email="saini123hitesh@gmail.com",
description="Search for YouTube videos WITHOUT YouTube Data API v3",
description="Search for YouTube videos, channels & playlists WITHOUT YouTube Data API v3",
long_description= long_description,
long_description_content_type="text/markdown",
url="https://github.com/alexmercerind/youtube-search-python",
packages=setuptools.find_packages(),
include_package_data=True,
zip_safe=False,
classifiers=[
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
Expand Down

0 comments on commit 970c9a6

Please sign in to comment.