Skip to content

Commit

Permalink
Merge pull request #8 from hms-dbmi/ig/fix_packaging
Browse files Browse the repository at this point in the history
(fix): use `src` packaging (properly)
  • Loading branch information
ilan-gold authored Dec 4, 2024
2 parents d222656 + 7d04c9d commit c85e9b1
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ wheels/
*.egg-info/
.installed.cfg
*.egg
/generate_tiff_offsets/_version.py
/src/generate_tiff_offsets/_version.py

# PyInstaller
# Usually these files are written by a python script from a template
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ test = ["pytest"]
[tool.hatch.version]
source = "vcs"
[tool.hatch.build.hooks.vcs]
version-file = "generate_tiff_offsets/_version.py"
version-file = "src/generate_tiff_offsets/_version.py"
[tool.hatch.build.targets.wheel]
packages = ["src/anndata", "src/testing"]
packages = ["src/generate_tiff_offsets"]
File renamed without changes.
File renamed without changes.

0 comments on commit c85e9b1

Please sign in to comment.