Remove outdated comment in setup.py

setup.py is no longer managed by the global tool.

Change-Id: Ic6a73c57f0cd27eabf870b43329b31ba51a366ee
Signed-off-by: Ivan Anfimov <lazekteam@gmail.com>
This commit is contained in:
Ivan Anfimov
2026-04-09 15:22:59 +00:00
parent ce739b2629
commit 8f306e850f
-1
View File
@@ -13,7 +13,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# THIS FILE IS MANAGED BY THE GLOBAL REQUIREMENTS REPO - DO NOT EDIT
import setuptools
setuptools.setup(setup_requires=['pbr>=2.0.0'], pbr=True)