From 03f24bfcdd624e65f8eaaa63483c2e435e63e6ec Mon Sep 17 00:00:00 2001 From: evilchili Date: Mon, 4 Dec 2023 20:51:35 -0800 Subject: [PATCH] updating pyproject.toml --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 09dad8d..afc96fc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,8 +14,7 @@ rich = "^13.7.0" typer = "^0.9.0" dice = "^4.0.0" -#dnd-name-generator = { git = "https://github.com/evilchili/dnd-name-generator", branch='main' } -dnd-name-generator = {path = "../dnd-name-generator/dist/dnd_name_generator-1.0-py3-none-any.whl"} +dnd-name-generator = { git = "https://github.com/evilchili/dnd-name-generator", branch='main' } [tool.poetry.group.dev.dependencies] pytest = "^7.4.3"