👋 Thanks for this package! It'd simplify our compliance processes if you added some license metadata, so that our tools could tell that this package is MIT licensed. Example for how to do that in setup.py:
setup(
...,
license="MIT",
classifiers=[
"License :: OSI Approved :: MIT License",
],
)
👋 Thanks for this package! It'd simplify our compliance processes if you added some license metadata, so that our tools could tell that this package is MIT licensed. Example for how to do that in
setup.py
: