Spaces:
Sleeping
Sleeping
Merge pull request #3 from suraj-gupta-01/pp
Browse files- pyproject.toml +2 -1
pyproject.toml
CHANGED
|
@@ -88,7 +88,8 @@ server = "server.app:main"
|
|
| 88 |
|
| 89 |
[tool.setuptools.packages.find]
|
| 90 |
where = ["src", "."]
|
| 91 |
-
include = ["adaptive_alert_triage*", "server*"]
|
|
|
|
| 92 |
|
| 93 |
|
| 94 |
[tool.black]
|
|
|
|
| 88 |
|
| 89 |
[tool.setuptools.packages.find]
|
| 90 |
where = ["src", "."]
|
| 91 |
+
include = ["adaptive_alert_triage*", "server*", "openenv_shim*"]
|
| 92 |
+
|
| 93 |
|
| 94 |
|
| 95 |
[tool.black]
|