Remove unnecessary setup_hook

This is no longer needed.

Also, the options in egg_info section are not necessary and can be
removed. Especially, tag_svn_revision was already removed[1].

[1] https://github.com/pypa/setuptools/issues/619

Change-Id: Iad15ae3f3004dce4570798097ea9bd95a1799060
This commit is contained in:
Takashi Kajinami 2023-12-20 14:09:19 +09:00
parent 9eaef6a60b
commit 7d8f9e8432
1 changed files with 0 additions and 9 deletions

View File

@ -27,15 +27,6 @@ classifier =
packages =
os_collect_config
[global]
setup-hooks =
pbr.hooks.setup_hook
[entry_points]
console_scripts =
os-collect-config = os_collect_config.collect:__main__
[egg_info]
tag_build =
tag_date = 0
tag_svn_revision = 0