diff --git a/README.md b/README.md index 1ab9756..953c826 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Devine
- Open-Source Movie, TV, and Music Downloading Solution + Modular Movie, TV, and Music Archival Software
Discord @@ -349,4 +349,4 @@ You can find a copy of the license in the LICENSE file in the root folder. * * * -© rlaphoenix 2019-2023 +© rlaphoenix 2019-2024 diff --git a/devine/core/__main__.py b/devine/core/__main__.py index 86c1da3..c6f73d1 100644 --- a/devine/core/__main__.py +++ b/devine/core/__main__.py @@ -27,7 +27,7 @@ LOGGING_PATH = None @click.option("--log", "log_path", type=Path, default=config.directories.logs / config.filenames.log, help="Log path (or filename). Path can contain the following f-string args: {name} {time}.") def main(version: bool, debug: bool, log_path: Path) -> None: - """Devine—Open-Source Movie, TV, and Music Downloading Solution.""" + """Devine—Modular Movie, TV, and Music Archival Software.""" logging.basicConfig( level=logging.DEBUG if debug else logging.INFO, format="%(message)s", diff --git a/pyproject.toml b/pyproject.toml index 6168a76..94ce437 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "devine" version = "2.2.0" -description = "Open-Source Movie, TV, and Music Downloading Solution." +description = "Modular Movie, TV, and Music Archival Software." license = "GPL-3.0-only" authors = ["rlaphoenix "] readme = "README.md"