Skip to content

Commit

Permalink
update builds
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexPatrie committed Nov 7, 2024
1 parent 78b8a68 commit d3b82a6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 89 deletions.
4 changes: 1 addition & 3 deletions api/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,8 @@ readme = "README.md"
requires-python = ">=3.10"


# [tool.setuptools]
# packages = { find = { include = ["service*"] } }
[tool.setuptools.packages.find]
include = ["service*"]
include = ["service"]


[build-system]
Expand Down
83 changes: 0 additions & 83 deletions pyproject.toml

This file was deleted.

4 changes: 2 additions & 2 deletions worker/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ readme = "README.md"
requires-python = ">=3.10"


[tool.setuptools]
packages = { find = { include = ["service*"] } }
[tool.setuptools.packages.find]
include = ["service"]


[build-system]
Expand Down
2 changes: 1 addition & 1 deletion worker/service/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def register_module(

def store_registered_addresses():
# TODO: here, get the registered process addresses as a list and save it to mongo under process_registry
pass
registered_addresses = db_connector.get_registered_addresses()


async def main(max_retries=MAX_RETRIES):
Expand Down

0 comments on commit d3b82a6

Please sign in to comment.