Remove single-version-externally-managed in setup.cfg

The single-version-externally-managed flag is no longer
a config option in pbr, it is now the default behaviour
in normal setuptools.

Change-Id: I5173d78680afca534b28cefa155636d9d695b1d9
This commit is contained in:
Matt Riedemann 2013-06-21 13:10:09 -07:00
parent dffb130a4d
commit 398be8cb7a
1 changed files with 0 additions and 3 deletions

View File

@ -63,9 +63,6 @@ setup-hooks =
pbr.hooks.setup_hook
quantum.hooks.setup_hook
[pbr]
single-version-externally-managed = true
[entry_points]
console_scripts =
quantum-check-nvp-config = quantum.plugins.nicira.check_nvp_config:main