multimeric / PandasSchema

A validation library for Pandas data frames using user-friendly schemas
https://multimeric.github.io/PandasSchema/
GNU General Public License v3.0
188 stars 34 forks source link

License mismatch with PyPI #35

Open mckev-amazon opened 3 years ago

mckev-amazon commented 3 years ago

I happened to notice that the license listed in https://pypi.org/project/pandas-schema/ is listed as MIT, while it is GPLv3 on GitHub.

Just wanted to point that out in case you wanted to fix PyPI so that it matches the license in GitHub (or visa-versa).

sureshvigneshbe commented 3 years ago

Yes the same have been noticed , while running pip-licenses , it return MIT and not GPL.