Skip to content

Commit

Permalink
removed download url
Browse files Browse the repository at this point in the history
  • Loading branch information
vidyasagar1432 committed Nov 27, 2021
1 parent fd2e021 commit 5671fe4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion JioSaavn/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

__title__ = "JioSaavn"
__description__ = "JioSaavn Api for Python 3."
__version__ = "v0.0.1"


__all__ =[
'searchSong',
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@
setup(
name = 'JioSaavn',
packages = ['JioSaavn'],
version = 'v0.0.2',
version = 'v0.0.3',
license='MIT',
description = 'Search for JioSaavn songs & album. Get song ,album & lyric information.',
long_description=long_description,
long_description_content_type="text/markdown",
author = 'vidya sagar',
author_email = '[email protected]',
url = 'https://github.com/vidyasagar1432/JioSaavn',
download_url = 'https://github.com/vidyasagar1432/JioSaavn/archive/refs/tags/v0.0.2-alpha.zip',
# download_url = '',
keywords = ['jiosaavn', 'jiosaavnapi', 'songs', 'albums', 'lyrics'],
install_requires=[
'aiohttp',
Expand Down

0 comments on commit 5671fe4

Please sign in to comment.