rmnldwg / lymph

Python package for statistical modelling of lymphatic metastatic spread in head & neck cancer.
https://lymph-model.readthedocs.io
MIT License
5 stars 4 forks source link

package anatomy #6

Closed rmnldwg closed 1 year ago

rmnldwg commented 3 years ago

I have noticed that the file structure as well as the importing isn't quite standard

rmnldwg commented 3 years ago

Actually, it seems it is not that bad. Surely, this package is a lot simpler than e.g. emcee, which is why it appears as if there's some sophisticated stuff missing, when it's actually just not necessary.

Still leaving this open for now.

rmnldwg commented 1 year ago

There has been a new guideline on where to put metadata in a Python project: PEP 621

It says one should put the metadata in the pyproject.toml file, which effectively allows one to ditch the setup.cfg and setup.py files (except for editable installs).

rmnldwg commented 1 year ago

this was actually fixed together with #37 in bfaef5d3bb05e2dadf47d02ef99fa0096ac2e73e