From 95df74c16839c70f72d2b77ebe2e030fdce25cd8 Mon Sep 17 00:00:00 2001 From: ConorFWild <41680328+ConorFWild@users.noreply.github.com> Date: Wed, 8 Nov 2023 17:37:21 +0000 Subject: [PATCH] Renamed to avoid namespace collision when running with -m --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2a5a42e..9e6d1a8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ readme = "README.md" requires-python = ">=3.10" [tool.setuptools.packages.find] -where = ["xchemalign"] +where = ["src/xchemalign"] [project.optional-dependencies] dev = [