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 <sfinucan@redhat.com>
This commit is contained in:
Stephen Finucane 2023-10-02 11:15:28 +01:00 committed by Stephen Finucane
parent 634cb78484
commit 3e63bb737d

View File

@ -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