From acd1789a95a0ba7d9f2804ca62010046c9b06d34 Mon Sep 17 00:00:00 2001 From: Josh Date: Tue, 26 Nov 2024 16:50:27 -0500 Subject: [PATCH] revert project.toml --- pyproject.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fa2568e..80e7fb8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -112,7 +112,7 @@ test = [ "Source" = "https://github.com/pypa/sampleproject/" [project.scripts] # Optional -social-norms-trees = "social-norms-trees.ui_wrapper:app" +social-norms-trees = "social_norms_trees.ui_wrapper:app" [build-system] requires = ["hatchling", "hatch-vcs"] @@ -123,3 +123,6 @@ version.source = "vcs" [tool.pytest.ini_options] addopts = "--doctest-modules" + +[tool.hatch.build.targets.wheel] +packages = ["."] \ No newline at end of file