AllenCell / allencell-segmenter-ml

Napari plugin for ml segmentation
Other
1 stars 1 forks source link

absolute url to license, BSD -> AISL in classifiers #513

Closed hughes036 closed 1 month ago

hughes036 commented 1 month ago

The last thing I need to figure out is where this section on the index is rendered from:

image

Any ideas @amilworks ? I already changed every reference to BSD in the repo.

amilworks commented 1 month ago

Is this what you are asking @hughes036

https://github.com/AllenCell/allencell-segmenter-ml/blob/b5e5f072189dd56a1c4f8ec75c425c1410487b28/pyproject.toml#L26

hughes036 commented 1 month ago

Link works, LGTM.

Isn't this rendered from the pyproject.yaml?

Maybe, but if so I wonder how how it generates this value for License That value doesnt exist in pyproject.yaml. Maybe it parses the LICENSE files?

amilworks commented 1 month ago

Maybe, but if so I wonder how how it generates this value for License That value doesnt exist in pyproject.yaml. Maybe it parses the LICENSE files?

Okay, after looking around other GitHub repos, I agree with your hunch that it probably parses the BSD License from the LICENSE file. Either that or just change the pyproject.yaml and see what happens.