From a55dd59c601d84099f5733d34486bd3b36dfa670 Mon Sep 17 00:00:00 2001 From: Simon Sawicki Date: Sat, 11 May 2024 19:05:06 +0200 Subject: [PATCH] Apply some feedback --- CONTRIBUTING.md | 2 +- pyproject.toml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 33445de01..df12c26e0 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -137,7 +137,7 @@ We follow [youtube-dl's policy](https://github.com/ytdl-org/youtube-dl#can-you-a Most users do not need to build yt-dlp and can [download the builds](https://github.com/yt-dlp/yt-dlp/releases), get them via [the other installation methods](README.md#installation) or directly run it using `python -m yt_dlp`. `yt-dlp` uses [`hatch`]() as a project management tool. -You can easily install it using [`pipx`]() via `pipx install hatch`, or else via `pip` or your package manager of choice. +You can easily install it using [`pipx`]() via `pipx install hatch`, or else via `pip` or your package manager of choice. Make sure you are using at least version `1.10.0`, otherwise some functionality might not work as expected. If you plan on contributing to `yt-dlp`, you are required to run diff --git a/pyproject.toml b/pyproject.toml index 7eb20f8ff..a5f17b6ea 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -67,7 +67,7 @@ build = [ dev = [ "autopep8~=2.0", "pre-commit", - "ruff~=0.4", + "ruff~=0.4.3", ] test = [ "pytest~=8.1", @@ -103,6 +103,7 @@ include = [ "/LICENSE", # included as license "/pyproject.toml", # included by default "/README.md", # included as readme + "/setup.cfg", "/supportedsites.md", ] artifacts = [