From 61c55e36b7c7a7ef3928d42902ef630f3dc9e675 Mon Sep 17 00:00:00 2001 From: Amit Kumar Date: Fri, 30 Aug 2024 12:52:05 +0100 Subject: [PATCH] remove todo to add pyproject.toml --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index efb73401dc..de4ec0163f 100644 --- a/setup.py +++ b/setup.py @@ -319,7 +319,6 @@ def run(self): namespace_packages=[], install_requires=install_requires, extras_require=extras_require, - # TODO(b/158761800): Move to [build-system] requires in pyproject.toml. cmdclass={ 'bdist_wheel': build_wheel_command, 'build': _BuildCommand,