From 398be8cb7a6b4017015742b426bc1108ccbf5d34 Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Fri, 21 Jun 2013 13:10:09 -0700 Subject: [PATCH] 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 --- setup.cfg | 3 --- 1 file changed, 3 deletions(-) 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 -- 2.45.2