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
Gets rid of the 'deprecated' warnings that pop up multiple times during
build/install
Bumps setuptools requirement to accept the new license declaration
format
### Summary
Just a tiny PR, no change to API or code or anything. The license itself
is as before, it just changes the manner in which it is declared -- as
recommended by the PyPA guidelines
https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license
I tried to find any issue related to this but found none. And I guess
not worth it creating one
### Test plan
Since this does not change any of the code, I just tested that the
package can be installed/built as before via `./install_executorch.sh`,
and that the deprecation warnings vanish
0 commit comments