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"]