Skip to content

Fix wrong script entry point names in api_ml and website projects #124

@extreme4all-ai

Description

@extreme4all-ai

Summary

Two projects have incorrect [project.scripts] entry point names — both are named scrape_task_producer (copy-paste artifact):

  • projects/api_ml/pyproject.toml:23scrape_task_producer = "bot_detector.api_ml.core.server:run" should be api_ml = "bot_detector.api_ml.core.server:run"
  • projects/website/pyproject.toml:22scrape_task_producer = "bot_detector.website.core.server:run" should be website = "bot_detector.website.core.server:run"

Proposed Change

Rename the script keys to match their project names in both pyproject.toml files.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions