From edef152a1885ba510093ef570f1e27802d725800 Mon Sep 17 00:00:00 2001 From: Karolina Surma Date: Mon, 27 Feb 2023 15:40:05 +0100 Subject: [PATCH] Remove dependency on setuptools - project uses flit now --- pyproject.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 76089f0..557d936 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,9 +33,6 @@ classifiers = [ "Topic :: Documentation", "Topic :: Documentation :: Sphinx", ] -dependencies = [ - "setuptools", # for pkg_resources -] dynamic = ["version"] [[project.authors]]