build: rename package to roundtable in pyproject

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-13 17:14:07 -04:00
parent 94a35da86e
commit 2df0d421c2
+3 -3
View File
@@ -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"]