Open Recktenwald opened 1 year ago
Ah interesting. Wasn't aware of that. Are underscores okay? But I also usually install it just as a local package with "pip install -e . ", so I don't run into this issue. Am I correct to assume that this is mainly important when we want to make it installable for everyone, but less important when we only plan to install it locally?
Python packages cannot have "-" in their names. In particular "Seaweed-Growth-Model" is not a valid name.