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

Commit 28310d4

Browse files
committed
img
1 parent 710b861 commit 28310d4

File tree

7 files changed

+8
-6
lines changed

7 files changed

+8
-6
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
![](mmdl image.png)
1+
![mmdl](C:\Users\Shivr\Downloads\mmdl image.png)
22

33
# mmdl - Mega Music Downloader
44

@@ -28,7 +28,7 @@ MMDL is a cli app which allows you to quickly and efficiently download one or mu
2828
pip install mmdl
2929
```
3030

31-
**That’s it! **
31+
**That’s it!**
3232

3333
## Usage 🔥
3434

dist/mmdl-0.1.0.tar.gz

-11.4 KB
Binary file not shown.
Binary file not shown.

dist/mmdl-0.1.2.tar.gz

12.1 KB
Binary file not shown.

mmdl.egg-info/PKG-INFO

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Metadata-Version: 2.1
22
Name: mmdl
3-
Version: 0.1.0
3+
Version: 0.1.2
44
Summary: MMDL [Mega Music Downloader] - A tool to easily download music.
55
Home-page: https://github.com/techboy-coder/mmdl
66
Author: techboy-coder
@@ -13,9 +13,10 @@ Classifier: Natural Language :: English
1313
Classifier: Operating System :: OS Independent
1414
Classifier: Programming Language :: Python :: 3.9
1515
Description-Content-Type: text/markdown
16+
License-File: LICENSE
1617

1718

18-
![](mmdl image.png)
19+
![mmdl](C:\Users\Shivr\Downloads\mmdl image.png)
1920

2021
# mmdl - Mega Music Downloader
2122

@@ -45,7 +46,7 @@ MMDL is a cli app which allows you to quickly and efficiently download one or mu
4546
pip install mmdl
4647
```
4748

48-
⚡**That’s it! **⚡
49+
⚡**That’s it!**⚡
4950

5051
## Usage 🔥
5152

mmdl.egg-info/SOURCES.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
LICENSE
12
MANIFEST.in
23
README.md
34
setup.py

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
with codecs.open(os.path.join(here, "README.md"), encoding="utf-8") as fh:
1010
long_description = "\n" + fh.read()
1111

12-
VERSION = '0.1.0'
12+
VERSION = '0.1.2'
1313
DESCRIPTION = 'MMDL [Mega Music Downloader] - A tool to easily download music.'
1414
LONG_DESCRIPTION = 'Music Downloading Cli Tool. Downloads audio and metadata from YouTube.'
1515

0 commit comments

Comments
 (0)