From d2bed596aeb171d08548206a9cb15c6eae99ae61 Mon Sep 17 00:00:00 2001 From: "Ivy C." Date: Mon, 16 Feb 2026 10:31:24 -0500 Subject: [PATCH] Rename project from 'clothing-upload-bot' to 'threads' in `pyproject.toml` --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 14bedaa..0b73886 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [project] -name = "clothing-upload-bot" +name = "threads" version = "0.1.0" description = "Bot used as part of Filoxen Research Facilities to automatically upload clothing" readme = "README.md"