stop using namespace packages

There is no reason to do it for the plugin since it does not split
namespace into pieces. By doing it, we avoid the need to generate and
ship .pth file with the package.

Change-Id: Ia6e676e4b0817678c289dda8d021a27d9875027a
This commit is contained in:
Ihar Hrachyshka 2015-07-22 14:08:58 +02:00
parent d186c36403
commit f1e5826ecb
2 changed files with 0 additions and 3 deletions

View File

@ -21,8 +21,6 @@ classifier =
[files]
packages =
vmware_nsx
namespace_packages =
vmware_nsx
[entry_points]
console_scripts =
neutron-check-nsx-config = vmware_nsx.neutron.plugins.vmware.check_nsx_config:main

View File

@ -1 +0,0 @@
__import__('pkg_resources').declare_namespace(__name__)