From e2536cc34328a916c83f11cc226c5d7bf20d697c Mon Sep 17 00:00:00 2001 From: Jesse Bannon Date: Mon, 20 Feb 2023 16:15:33 -0800 Subject: [PATCH] long description --- setup.cfg | 4 +++- src/ytdl_sub/__init__.py | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index fd0f6028..ecfc8602 100644 --- a/setup.cfg +++ b/setup.cfg @@ -2,7 +2,9 @@ name = ytdl-sub version = attr:ytdl_sub.__pypi_version__ author = Jesse Bannon -description = ytdl automated with metadata creation +description = Automate downloading and metadata generation with YoutubeDL +long_description = file: README.md +long_description_content_type= text/markdown author_email = use_github_issues@nope.com url = https://github.com/jmbannon/ytdl-sub license = GNUv3 diff --git a/src/ytdl_sub/__init__.py b/src/ytdl_sub/__init__.py index 3a1dd49c..8c2cf3b8 100644 --- a/src/ytdl_sub/__init__.py +++ b/src/ytdl_sub/__init__.py @@ -1,2 +1,2 @@ -__pypi_version__ = "2023.02.20.post13" -__local_version__ = "2023.02.20+e60e35e" +__pypi_version__ = "2023.02.20.post14" +__local_version__ = "2023.02.20+6896905"