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
PEP 518 and PEP 621 define the new standard for setting up a python package. The use of distutils and setuptools are deprecated in favor of using TOML files. We will need to convert to this new configuration management system.
The text was updated successfully, but these errors were encountered:
PEP 518 and PEP 621 define the new standard for setting up a python package. The use of
distutils
andsetuptools
are deprecated in favor of using TOML files. We will need to convert to this new configuration management system.The text was updated successfully, but these errors were encountered: