From d342315a3a532dd08d8e725f9a7d87ba9d580fd0 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Wed, 20 Dec 2023 11:37:14 +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: I00c91a4966135a92ee6391b0b7084f2b5b04aaef --- setup.cfg | 5 ----- 1 file changed, 5 deletions(-) diff --git a/setup.cfg b/setup.cfg index e5bed2d4d..2ea594a0a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -63,11 +63,6 @@ ironic_python_agent.inspector.collectors = autodoc_index_modules = True api_doc_dir = contributor/api -[egg_info] -tag_build = -tag_date = 0 -tag_svn_revision = 0 - [extras] burnin-network-kazoo = kazoo>=2.8.0 # Apache-2.0