From 3e63bb737dfa683280d25ef6058b2d778abc850f Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Mon, 2 Oct 2023 11:15:28 +0100 Subject: [PATCH] Remove unnecessary setup.cfg config eggs are no longer a thing we need to be concerned with as they have been long since replaced by wheels [1]. Remove the irrelevant 'egg_info' section. [1] https://packaging.python.org/en/latest/discussions/package-formats/#what-about-eggs Change-Id: I91b6e06bc6ac5743779528dd2c00fde257ab63cc Signed-off-by: Stephen Finucane --- setup.cfg | 5 ----- 1 file changed, 5 deletions(-) diff --git a/setup.cfg b/setup.cfg index a116be38..6794aec9 100644 --- a/setup.cfg +++ b/setup.cfg @@ -71,8 +71,3 @@ flake8.extension = [extras] pep257 = flake8-docstrings==1.7.0 # MIT - -[egg_info] -tag_build = -tag_date = 0 -tag_svn_revision = 0