mirror of https://github.com/devine-dl/devine.git
Update the copyright year and project description
This commit is contained in:
parent
be0ed0b0fb
commit
1039de021b
|
@ -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">
|
||||
|
@ -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
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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 <rlaphoenix@pm.me>"]
|
||||
readme = "README.md"
|
||||
|
|
Loading…
Reference in New Issue