Python packaging


my_project/
    src/
        my_package/
            __init__.py
            module1.py
            module2.py
    tests/
        test_module1.py
        test_module2.py
    docs/
        ...
    setup.py
    pyproject.toml
    README.md