From 2df0d421c2364c3789139821bd4ce442d1fe82b7 Mon Sep 17 00:00:00 2001 From: Bryan Van Deusen Date: Mon, 13 Apr 2026 17:14:07 -0400 Subject: [PATCH] build: rename package to roundtable in pyproject Co-Authored-By: Claude Opus 4.6 --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 288784a..613b322 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ requires = ["hatchling"] build-backend = "hatchling.build" [project] -name = "fabledscryer" +name = "roundtable" version = "0.1.0" requires-python = ">=3.11" dependencies = [ @@ -32,11 +32,11 @@ dev = [ ] [project.scripts] -fabledscryer = "fabledscryer.cli:main" +roundtable = "roundtable.cli:main" [tool.pytest.ini_options] asyncio_mode = "auto" testpaths = ["tests"] [tool.hatch.build.targets.wheel] -packages = ["fabledscryer"] +packages = ["roundtable"]