P3ngLiu commited on
Commit
3b3a787
·
verified ·
1 Parent(s): 5635b3c

Update detect_tools/sam3/pyproject.toml

Browse files
Files changed (1) hide show
  1. detect_tools/sam3/pyproject.toml +2 -1
detect_tools/sam3/pyproject.toml CHANGED
@@ -83,7 +83,7 @@ train = [
83
  "Bug Tracker" = "https://github.com/facebookresearch/sam3/issues"
84
 
85
  [tool.setuptools]
86
- packages = ["sam3", "sam3.model"]
87
 
88
  [tool.setuptools.dynamic]
89
  version = {attr = "sam3.__version__"}
@@ -129,3 +129,4 @@ testpaths = ["tests"]
129
  python_files = "test_*.py"
130
  python_classes = "Test*"
131
  python_functions = "test_*"
 
 
83
  "Bug Tracker" = "https://github.com/facebookresearch/sam3/issues"
84
 
85
  [tool.setuptools]
86
+ packages = {find = {namespaces = false}}
87
 
88
  [tool.setuptools.dynamic]
89
  version = {attr = "sam3.__version__"}
 
129
  python_files = "test_*.py"
130
  python_classes = "Test*"
131
  python_functions = "test_*"
132
+