Skip to content

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

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions