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
This commit is contained in:
Takashi Kajinami 2023-12-20 11:37:14 +09:00
parent 768aa17442
commit d342315a3a

View File

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