scientific-python / cookie

Scientific Python Library Development Guide and Cookiecutter
https://learn.scientific-python.org/development
BSD 3-Clause "New" or "Revised" License
294 stars 53 forks source link

Typo in Packaging tutorial #344

Closed edsq closed 10 months ago

edsq commented 10 months ago

Thanks for this nice collection of wisdom!

In the Packaging tutorial here, the __init__.py and refraction.py files are placed in the wrong directory, under src instead of src/example. The tree output of the file structure is correct, however.

henryiii commented 10 months ago

Also found in #340. No one has fixed it yet, I can soon. The GitHub Actions artifact v4 major changes has been eating up time.

edsq commented 10 months ago

Woops, sorry for the duplicate! I can open a pull request shortly with a fix, if it is as simple as it looks.