From 0e8ebc4d4a92e2e35c3c1f07f5dc9b3b8c40ca59 Mon Sep 17 00:00:00 2001 From: Thomas Cram Date: Mon, 10 Feb 2025 15:44:16 -0700 Subject: [PATCH 1/2] Delete requirements.txt Dependencies should be listed in pyproject.toml --- requirements.txt | 1 - 1 file changed, 1 deletion(-) delete mode 100644 requirements.txt diff --git a/requirements.txt b/requirements.txt deleted file mode 100644 index 0cdca71..0000000 --- a/requirements.txt +++ /dev/null @@ -1 +0,0 @@ -rda_python_common From 62aef3a4973bcb0626d2015c233ebc6caa2a0251 Mon Sep 17 00:00:00 2001 From: Thomas Cram Date: Mon, 10 Feb 2025 15:46:03 -0700 Subject: [PATCH 2/2] add dependencies to [project] section --- pyproject.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8bbc408..fcac9e7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,6 @@ [build-system] requires = [ "setuptools>=61.0", - "rda_python_common", ] build-backend = "setuptools.build_meta" @@ -20,6 +19,9 @@ classifiers = [ "Operating System :: OS Independent", "Development Status :: 5 - Production/Stable", ] +dependencies = [ + "rda_python_common", +] [tool.setuptools] include-package-data = true