bibanon / tubeup

Use yt-dlp to download video/metadata and upload to the Internet Archive.
https://pypi.python.org/pypi/tubeup/
GNU General Public License v3.0
424 stars 71 forks source link

maintenance: add pyproject.toml file #307

Closed mrpapersonic closed 1 year ago

vxbinaca commented 1 year ago

What is the purpose of this? Also, care to take a look at my PR?

mrpapersonic commented 1 year ago

What is the purpose of this?

It's the newer standard of packaging for python projects. It's like setup.py, but in a configuration file-esque format that's easier to manage.