Skip to content

Commit

Permalink
another try to fix installation 2 :|
Browse files Browse the repository at this point in the history
  • Loading branch information
mese79 committed Feb 5, 2024
1 parent 8184b69 commit 209d0d0
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
requires = ["setuptools>=42.0.0", "wheel"]
build-backend = "setuptools.build_meta"

[tool.setuptools.packages]
find = {}


[tool.black]
line-length = 88
Expand Down
15 changes: 10 additions & 5 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,16 @@ classifiers =


[options]
packages = find:
packages =
napari_sam_labeling_tools
napari_sam_labeling_tools.SAM
napari_sam_labeling_tools.utils
napari_sam_labeling_tools.widgets
include_package_data = True
package_dir =
=src

python_requires = >=3.8
install_requires =
numpy
opencv-python==4.8.0.74
Expand All @@ -41,10 +50,6 @@ install_requires =
; torchvision
timm

python_requires = >=3.8
include_package_data = True
package_dir =
=src

# add your package requirements here

Expand Down

0 comments on commit 209d0d0

Please sign in to comment.