Skip to content

Commit

Permalink
refactor to blop on pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Morris committed Jan 21, 2025
1 parent cbd87a8 commit a9ee1a7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit a9ee1a7

Please sign in to comment.