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
pyproject.toml has become the de facto standard for declaring package metadata. I would like to propose that we move from our setup.py + requirements.txt pattern to one that involves just pyproject.toml.
To do this, we would probably have to do the following:
Port everything from .requirements/ into pyproject.toml, and then delete the directory,
Port everything from setup.py into pyproject.toml as well, and then delete the file.
The text was updated successfully, but these errors were encountered:
Brief Description
pyproject.toml
has become the de facto standard for declaring package metadata. I would like to propose that we move from oursetup.py
+requirements.txt
pattern to one that involves justpyproject.toml
.To do this, we would probably have to do the following:
.requirements/
intopyproject.toml
, and then delete the directory,setup.py
intopyproject.toml
as well, and then delete the file.The text was updated successfully, but these errors were encountered: