Skip to content

Commit

Permalink
Merge pull request #23 from Suyash458/dev
Browse files Browse the repository at this point in the history
fix setup.py
  • Loading branch information
suyashb95 committed Feb 20, 2021
2 parents 2ba5314 + 1e94141 commit a4ae409
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@

setup(
name = 'soundcloud_dl',
version = '0.1.24',
version = '0.1.25',
description = 'A tool to download tracks from soundcloud.com',
long_description = long_desc,
long_description_content_type='text/markdown',
packages = find_packages(),
packages = ['', 'downloader'],
author = 'Suyash Behera',
author_email = 'sne9x@outlook.com',
url = 'https://github.com/Suyash458/soundcloud-dl',
Expand Down

0 comments on commit a4ae409

Please sign in to comment.