aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/pyproject.toml
Commit message (Collapse)AuthorAgeFilesLines
* bump version to 1.1v1.1garret2024-07-071-1/+1
|
* exclude tests from final wheelgarret2024-07-071-0/+3
|
* load key from a file with pkgutilgarret2024-07-071-0/+3
| | | | | | | | | | | | | | | | | | | | | | wanted to do this before, but per comment: the official docs led me to believe that importlib_resources was the only way to do it, and that the thing i was trying to do wasn't supported in some python versions so i put it off to one side for later later came (now), and i tried to implement it with importlib.resources didn't work, i looked it up and found this stackoverflow post https://stackoverflow.com/a/58941536 and the second answer, using pkgutil (not importlib.resources), just worked and the syntax/api seems much nicer as well have tested with pip yt-dlp + raw directory plugin, and binary yt-dlp + .whl plugin also on windows, with binary+whl both worked, amazing success! so pkgutil seems like the way to go i also updated the build thing to include .bin files in the extractor dir
* fix the build - wasn't including the extractor dirgarret2024-07-071-3/+0
|
* remove explicit dependency on yt-dlpgarret2024-05-181-1/+0
| | | | | | | | | per discussion in the discord https://discord.com/channels/807245652072857610/1112613156934668338/1235992574687445044 one can do stuff like installing yt-dlp with the zip, and plugins with pip so it's better for it to possibly not work, than to possibly fuck everything up also it stops things needlessly hitting my pip index
* sort out package "building" and metadatav1.0garret2024-04-021-3/+20
|
* package metadata stuffv0.1.0garret2023-05-081-0/+6