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
The setup.py we create isn't super useful and is setuptools-specific, so we should use something a bit more standard (and incidentally maybe move toward support for hatch) by implementing a pyproject.toml that has the fields defined in PEP 621.
The text was updated successfully, but these errors were encountered:
Think this may have been brought up during the initial discussions too and not opposed to moving towards supporting hatch, but this poetry PR is one we should also keep an eye on as they move towards PEP 621.
The problem
The
setup.py
we create isn't super useful and is setuptools-specific, so we should use something a bit more standard (and incidentally maybe move toward support for hatch) by implementing a pyproject.toml that has the fields defined in PEP 621.The text was updated successfully, but these errors were encountered: