imglib / imglyb

Connecting Java/ImgLib2 + Python/NumPy
https://pypi.org/project/imglyb/
BSD 2-Clause "Simplified" License
31 stars 5 forks source link

Align Package Structure with PyPA Recommendations #15

Closed gselzer closed 2 years ago

gselzer commented 2 years ago

While there is generally no consensus on how python projects should be packaged, there seem to be some good benefits to the src package structure and the Python Packaging Authority now promotes this structure.

https://github.com/pypa/packaging.python.org/issues/320 describes how they came to the determination they did.

We should consider adding it to imglyb.