long description

This commit is contained in:
Jesse Bannon 2023-02-20 16:15:33 -08:00
parent 6896905e65
commit e2536cc343
2 changed files with 5 additions and 3 deletions

View file

@ -2,7 +2,9 @@
name = ytdl-sub name = ytdl-sub
version = attr:ytdl_sub.__pypi_version__ version = attr:ytdl_sub.__pypi_version__
author = Jesse Bannon 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 author_email = use_github_issues@nope.com
url = https://github.com/jmbannon/ytdl-sub url = https://github.com/jmbannon/ytdl-sub
license = GNUv3 license = GNUv3

View file

@ -1,2 +1,2 @@
__pypi_version__ = "2023.02.20.post13" __pypi_version__ = "2023.02.20.post14"
__local_version__ = "2023.02.20+e60e35e" __local_version__ = "2023.02.20+6896905"