There's an in-progress PR #45 on this, but given the potential file extension change in #68 and the migration from setup.py to setup.cfg in #69, we may need to adjust this.
Here's an easy way to include the license file via setup.cfg:
[metadata]
license_files = LICENSE.txt
There's an in-progress PR #45 on this, but given the potential file extension change in #68 and the migration from
setup.pytosetup.cfgin #69, we may need to adjust this.Here's an easy way to include the license file via
setup.cfg: