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](https://pip.pypa.io/en/stable/reference/build-system/pyproject-toml/)| Contains build system requirements and information, which are used by pip to build the package. It is becoming the accepted standard and we strongly recommend it. | <spanclass="label label-green">Best</span> |
48
+
|[pyproject.toml](https://packaging.python.org/en/latest/guides/writing-pyproject-toml/)| Contains build system requirements and information, which are used by pip to build the package. It is becoming the accepted standard and we strongly recommend it. | <spanclass="label label-green">Best</span> |
49
49
|[setup.py](https://packaging.python.org/en/latest/guides/distributing-packages-using-setuptools/)| Strongly coupled with setuptools and therefore not recommended. | <spanclass="label label-yellow">Good</span> |
50
50
|[setup.cfg](https://packaging.python.org/en/latest/guides/distributing-packages-using-setuptools/)| An ini file that contains defaults for setup.py commands. | <spanclass="label label-yellow">Good</span> |
0 commit comments