Remove 'egg_info' configuration
eggs are dead, long live wheels. We don't use this and it can be confusing if one builds eggs since the version isn't taken from git (using pbr) but rather from setuptools/distutils. Change-Id: Iccfdb7fd0bd65318997c598db7e6cf59d4ac0df0 Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
This commit is contained in:
parent
5f6f67b0f4
commit
f1823b5876
@ -83,10 +83,3 @@ glance.image_import.internal_plugins =
|
||||
web_download = glance.async_.flows._internal_plugins.web_download:get_flow
|
||||
copy_image = glance.async_.flows._internal_plugins.copy_image:get_flow
|
||||
glance_download = glance.async_.flows._internal_plugins.glance_download:get_flow
|
||||
|
||||
|
||||
[egg_info]
|
||||
tag_build =
|
||||
tag_date = 0
|
||||
tag_svn_revision = 0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user