Remove unnecessary setup.cfg config

eggs are no longer a thing we need to be concerned with so remove the
'egg_info' section. Also, listing the Python classifiers in addition to
a 'python_requires' is unnecessary duplication that we should remove.

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
parent 80aa726d18
commit 4bc706e32d
1 changed files with 1 additions and 7 deletions

View File

@ -22,8 +22,7 @@ classifier =
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3 :: Only
[files]
packages =
@ -71,8 +70,3 @@ flake8.extension =
[extras]
pep257 =
flake8-docstrings==1.7.0 # MIT
[egg_info]
tag_build =
tag_date = 0
tag_svn_revision = 0