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: Iea9a95f7eb43ca330e094a1d88b6093586641038
This commit is contained in:
parent
48f1c1c83e
commit
b3577bb9c9
@ -19,10 +19,6 @@ classifier =
|
||||
Programming Language :: Python :: 3.8
|
||||
Programming Language :: Python :: 3.9
|
||||
|
||||
[global]
|
||||
setup_hooks =
|
||||
pbr.hooks.setup_hook
|
||||
|
||||
[files]
|
||||
data_files =
|
||||
etc/manila =
|
||||
@ -89,8 +85,3 @@ manila.share.drivers.dell_emc.plugins =
|
||||
manila.tests.scheduler.fakes =
|
||||
FakeWeigher1 = manila.tests.scheduler.fakes:FakeWeigher1
|
||||
FakeWeigher2 = manila.tests.scheduler.fakes:FakeWeigher2
|
||||
|
||||
[egg_info]
|
||||
tag_build =
|
||||
tag_date = 0
|
||||
tag_svn_revision = 0
|
||||
|
Loading…
Reference in New Issue
Block a user