long description
This commit is contained in:
parent
6896905e65
commit
e2536cc343
2 changed files with 5 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue