damar-wicaksono / uqtestfuns

A Python3 library of test functions from the uncertainty quantification community with a common interface for validation and benchmarking purposes.
https://uqtestfuns.readthedocs.io/en/latest/
MIT License
8 stars 0 forks source link

Broken License classifier in setup.cfg #158

Closed damar-wicaksono closed 1 year ago

damar-wicaksono commented 1 year ago

It appears the license in setup.cfg is wrongly specified and therefore cannot be uploaded to PyPI.

Instead of:

classifiers = 
   LICENSE :: OSI Approved :: MIT License

it should have been:

classifiers = 
   License :: OSI Approved :: MIT License
damar-wicaksono commented 1 year ago

This issue has been resolved by PR #161.