Spaces:
Running
on
Zero
Running
on
Zero
Update detect_tools/sam3/pyproject.toml
Browse files
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 =
|
| 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 |
+
|