You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
There's an in-progress PR #45 on this, but given the potential file extension change in #68 and the migration from
setup.py
tosetup.cfg
in #69, we may need to adjust this.Here's an easy way to include the license file via
setup.cfg
:The text was updated successfully, but these errors were encountered: