Brief Description
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: