nodet / dowml

A library and command line client to use Decision Optimization on IBM Watson Machine Learning (WML). NOT SUPPORTED BY IBM.
Apache License 2.0
3 stars 0 forks source link

'pip show dowml' shows UNKNOWN license #26

Closed nodet closed 2 years ago

nodet commented 2 years ago
$ pip show dowml
Name: dowml
Version: 1.1.0.4
Summary: Submit existing Decision Optimization instances to WML
Home-page: https://github.com/nodet/dowml
Author: Xavier Nodet
Author-email: xavier.nodet@gmail.com
License: UNKNOWN
[...]

This is incorrect...

nodet commented 2 years ago
$ pip show dowml
Name: dowml
Version: 1.1.1
Summary: Submit existing Decision Optimization instances to WML
Home-page: https://github.com/nodet/dowml
Author: Xavier Nodet
Author-email: xavier.nodet@gmail.com
License: Apache License 2.0
[...]