diff --git a/README.md b/README.md index 4b30514..b06b1b0 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # streamrip [![Downloads](https://static.pepy.tech/personalized-badge/streamrip?period=total&units=international_system&left_color=black&right_color=green&left_text=Downloads)](https://pepy.tech/project/streamrip) +[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/python/black) A scriptable stream downloader for Qobuz, Tidal, Deezer and SoundCloud. diff --git a/pyproject.toml b/pyproject.toml index 5fc218a..7a80f61 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,6 +10,7 @@ repository = "https://github.com/nathom/streamrip" include = ["streamrip/config.toml"] packages = [ { include = "streamrip" }, + { include = "rip" }, ] keywords = ["hi-res", "free", "music", "download", "tqdm"] classifiers = [ diff --git a/rip/__init__.py b/rip/__init__.py new file mode 100644 index 0000000..e69de29