diff --git a/pyproject.toml b/pyproject.toml index 0106599..6a9f595 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -87,18 +87,18 @@ Documentation = "https://nsls-ii.github.io/blop" [tool.hatch.build.targets.wheel] -only-include = ["src/blop"] +only-include = ["blop"] [tool.hatch.build.targets.wheel.sources] "src" = "" [tool.setuptools_scm] -version_file = "src/blop/_version.py" +version_file = "blop/_version.py" [tool.hatch] version.source = "vcs" -build.hooks.vcs.version-file = "src/blop/_version.py" +build.hooks.vcs.version-file = "blop/_version.py" [tool.hatch.version.raw-options] local_scheme = "no-local-version"