From 76c6c0f2e6acdd7a5195f118886883c763f962dd Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Wed, 20 Dec 2023 14:10:03 +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: If69a8a10e8bc410974ea2d31be21fab7ec103477 --- setup.cfg | 5 ----- 1 file changed, 5 deletions(-) diff --git a/setup.cfg b/setup.cfg index 12e3713..19551a5 100644 --- a/setup.cfg +++ b/setup.cfg @@ -31,8 +31,3 @@ packages = [entry_points] console_scripts = os-refresh-config = os_refresh_config.os_refresh_config:main - -[egg_info] -tag_build = -tag_date = 0 -tag_svn_revision = 0