Closed gunnarvoet closed 10 months ago
The guide puts __init__.py and refraction.py directly into src/ https://github.com/scientific-python/cookie/blob/7250955345ad4ba4a3c3341c9895c9758b82bb41/docs/pages/tutorials/packaging.md?plain=1#L53-L58
__init__.py
refraction.py
src/
whereas the directory structure listing has src/example/... https://github.com/scientific-python/cookie/blob/7250955345ad4ba4a3c3341c9895c9758b82bb41/docs/pages/tutorials/packaging.md?plain=1#L90-L95
src/example/...
Oops, that’s a mistake. __init__.py should never be directly in src.
src
The guide puts
__init__.py
andrefraction.py
directly intosrc/
https://github.com/scientific-python/cookie/blob/7250955345ad4ba4a3c3341c9895c9758b82bb41/docs/pages/tutorials/packaging.md?plain=1#L53-L58whereas the directory structure listing has
src/example/...
https://github.com/scientific-python/cookie/blob/7250955345ad4ba4a3c3341c9895c9758b82bb41/docs/pages/tutorials/packaging.md?plain=1#L90-L95