From 8ab262c66bd3e1d8874fb2d070068ba1f0d48f16 Mon Sep 17 00:00:00 2001 From: bashonly <88596187+bashonly@users.noreply.github.com> Date: Sat, 13 Sep 2025 16:30:06 -0500 Subject: [PATCH] [cleanup] Remove references to setup.cfg (#14315) Fix eb4b3a5fc7765a6cd0370ca44ccee0d7d5111dd7 Authored by: bashonly --- Makefile | 4 ++-- pyproject.toml | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 273cb3cc0b..404250c815 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ tar: yt-dlp.tar.gz # intended use: when building a source distribution, # make pypi-files && python3 -m build -sn . pypi-files: AUTHORS Changelog.md LICENSE README.md README.txt supportedsites \ - completions yt-dlp.1 pyproject.toml setup.cfg devscripts/* test/* + completions yt-dlp.1 pyproject.toml devscripts/* test/* .PHONY: all clean clean-all clean-test clean-dist clean-cache \ completions completion-bash completion-fish completion-zsh \ @@ -159,7 +159,7 @@ yt-dlp.tar.gz: all README.md supportedsites.md Changelog.md LICENSE \ CONTRIBUTING.md Collaborators.md CONTRIBUTORS AUTHORS \ Makefile yt-dlp.1 README.txt completions .gitignore \ - setup.cfg yt-dlp yt_dlp pyproject.toml devscripts test + yt-dlp yt_dlp pyproject.toml devscripts test AUTHORS: Changelog.md @if [ -d '.git' ] && command -v git > /dev/null ; then \ diff --git a/pyproject.toml b/pyproject.toml index 9b4ff20ba1..3438140525 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -108,7 +108,6 @@ include = [ "/LICENSE", # included as license "/pyproject.toml", # included by default "/README.md", # included as readme - "/setup.cfg", "/supportedsites.md", ] artifacts = [