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
Currently it appears the license file is not included in sdists on PyPI. To ensure users get the license file with these distributions, it would be good to add the license file to the setup.cfg. This will ensure that Python packaging tooling will pick up the license file and include it in the distribution.
The text was updated successfully, but these errors were encountered:
Currently it appears the license file is not included in
sdist
s on PyPI. To ensure users get the license file with these distributions, it would be good to add the license file to thesetup.cfg
. This will ensure that Python packaging tooling will pick up the license file and include it in the distribution.The text was updated successfully, but these errors were encountered: