From: Matt Riedemann Date: Fri, 21 Jun 2013 20:10:09 +0000 (-0700) Subject: Remove single-version-externally-managed in setup.cfg X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=398be8cb7a6b4017015742b426bc1108ccbf5d34;p=openstack-build%2Fneutron-build.git 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 --- diff --git a/setup.cfg b/setup.cfg index d8349c224..7b68c602a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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