79662953

Date: 2025-06-12 05:30:23
Score: 0.5
Natty:
Report link

The problem was the directory structure. Locating the source files in a src sub-directory resolved the issue.

    my_module/
    +---LICENCE.md
    +---pyproject.toml
    +---README.md
    +---requirements.txt
    +---src/
    |   +---my_module/
    |       +---__init__.py
    |       +---my_module.py
    |       +---my_module.tcss
    +---git/
Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: RBE