Skip to content

Commit

Permalink
separate project for looptrace-related
Browse files Browse the repository at this point in the history
  • Loading branch information
vreuter committed Mar 20, 2024
1 parent 69eb723 commit 9cd3643
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ classifiers = [
"Topic :: Scientific/Engineering :: Bio-Informatics",
"Typing :: Typed",
]
packages = [
{ include = "spotfishing" },
{ include = "spotfishing_looptrace" }
]
include = ["examples"]

[tool.poetry.dependencies]
Expand Down
2 changes: 0 additions & 2 deletions spotfishing/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,12 @@
from .detection_result import DetectionResult
from .detectors import detect_spots_dog, detect_spots_int
from .dog_transform import DifferenceOfGaussiansTransformation
from spotfishing_looptrace import DifferenceOfGaussiansSpecificationForLooptrace

__author__ = "Vince Reuter"
__credits__ = ["Vince Reuter", "Kai Sandoval Beckwith"]

__all__ = [
"ROI_MEAN_INTENSITY_KEY",
"DifferenceOfGaussiansSpecificationForLooptrace",
"DifferenceOfGaussiansTransformation",
"DimensionalityError",
"DetectionResult",
Expand Down

0 comments on commit 9cd3643

Please sign in to comment.