Skip to content

Commit

Permalink
Update the copyright year and project description
Browse files Browse the repository at this point in the history
  • Loading branch information
rlaphoenix committed Feb 29, 2024
1 parent be0ed0b commit 1039de0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<img src="https://user-images.githubusercontent.com/17136956/216880837-478f3ec7-6af6-4cca-8eef-5c98ff02104c.png">
<a href="https://github.com/devine-dl/devine">Devine</a>
<br/>
<sup><em>Open-Source Movie, TV, and Music Downloading Solution</em></sup>
<sup><em>Modular Movie, TV, and Music Archival Software</em></sup>
<br/>
<a href="https://discord.gg/34K2MGDrBN">
<img src="https://img.shields.io/discord/841055398240059422?label=&logo=discord&logoColor=ffffff&color=7289DA&labelColor=7289DA" alt="Discord">
Expand Down Expand Up @@ -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
2 changes: 1 addition & 1 deletion devine/core/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
@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",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 1039de0

Please sign in to comment.