diff --git a/README.md b/README.md index d44ffdf..b24d3fb 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,8 @@ You can find this project on PyPI [https://pypi.org/project/music-kraken/](https # install it with pip install music-kraken -# and run it with (the -m is important) -python3 -m music_kraken +# and simply run it like this: +music-kraken ``` ## Quick-Guide diff --git a/pyproject.toml b/pyproject.toml index 8eda2f7..f3330f8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "music_kraken" -version = "1.0.0" +version = "1.0.1" authors = [ { name="Hellow2", email="Hellow2@outlook.de" }, ] diff --git a/src/music_kraken.egg-info/PKG-INFO b/src/music_kraken.egg-info/PKG-INFO index 7957441..ba1475e 100644 --- a/src/music_kraken.egg-info/PKG-INFO +++ b/src/music_kraken.egg-info/PKG-INFO @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: music-kraken -Version: 1.0.0 +Version: 1.0.1 Summary: An extensive music downloader crawling the internet. It gets its metadata from a couple metadata provider, and it scrapes the audiofiles. Home-page: https://github.com/HeIIow2/music-downloader Author: Hellow2 @@ -22,8 +22,8 @@ You can find this project on PyPI [https://pypi.org/project/music-kraken/](https # install it with pip install music-kraken -# and run it with (the -m is important) -python3 -m music_kraken +# and simply run it like this: +music-kraken ``` ## Quick-Guide