aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/pyproject.toml
Commit message (Collapse)AuthorAgeFilesLines
* put protobug as a full dependency so everyone who installs with pip gets itgarret13172025-09-141-3/+4
| | | | it's pure python with no deps + trusted dev so it's fine
* add protobug as optional dependencygarret13172025-08-131-0/+3
| | | | | tbh i might just wait until its in yt-dlp proper, would make packaging easier...
* release 1.7v1.7garret13172025-06-091-1/+1
|
* add more stuff to pyproject.tomlgarret13172025-06-091-1/+8
|
* release 1.6 (hotfix)v1.6garret13172025-06-011-1/+1
|
* release 1.5v1.5garret13172025-05-241-1/+1
|
* release 1.4v1.4garret13172025-03-301-1/+1
|
* hotfix release timegarret13172025-03-061-1/+1
|
* probably about time for a release i reckonv1.2garret13172025-01-221-1/+1
|
* fix build so it only does what i want, not just not doing what i dont wantgarret2024-08-111-2/+2
|
* 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