build: rename package to roundtable in pyproject
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
+3
-3
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user