From 12cb5bc8b10aefd968c43635d8d3965eb420f06b Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Wed, 20 Dec 2023 11:34:50 +0900 Subject: [PATCH] Remove unnecessary egg_info options The tag_svn_revision option was already removed[1]. The values set to the other two options are effectively same as their defaults. [1] https://github.com/pypa/setuptools/issues/619 Change-Id: I6e0cbebac7cd33ad970d921ae761444db7f89a81 --- setup.cfg | 5 ----- 1 file changed, 5 deletions(-) diff --git a/setup.cfg b/setup.cfg index 4e0b239e67..15c6d66486 100644 --- a/setup.cfg +++ b/setup.cfg @@ -214,11 +214,6 @@ ironic.inspection.hooks = local-link-connection = ironic.drivers.modules.inspector.hooks.local_link_connection:LocalLinkConnectionHook parse-lldp = ironic.drivers.modules.inspector.hooks.parse_lldp:ParseLLDPHook -[egg_info] -tag_build = -tag_date = 0 -tag_svn_revision = 0 - [extras] guru_meditation_reports = oslo.reports>=1.18.0 # Apache-2.0