CederGroupHub / chgnet

Pretrained universal neural network potential for charge-informed atomistic modeling https://chgnet.lbl.gov
https://doi.org/10.1038/s42256-023-00716-3
Other
215 stars 55 forks source link

[Bug]: License issue #136

Closed GuillaumeQuenneville closed 4 months ago

GuillaumeQuenneville commented 4 months ago

Email (Optional)

No response

Version

all

Which OS(es) are you using?

What happened?

Your current pyproject.toml has the lines

classifiers = [
    "Intended Audience :: Science/Research",
    "License :: OSI Approved :: MIT License",
....

causing you to show up as MIT on pypi image https://pypi.org/project/chgnet/

Your license looks like BSD-3 clause with an extra paragraph. I believe

License :: OSI Approved :: BSD License or License :: Other/Proprietary License (because of the extra paragraph)

would be a more appropriate classifier.

ref: https://pypi.org/classifiers/

Code snippet

No response

Log output

No response

Code of Conduct

janosh commented 4 months ago

thanks for reporting this mismatch! should hav been License :: OSI Approved :: BSD License all along