diff --git a/setup.py b/setup.py index dd26ed49b7..e5bafb0134 100644 --- a/setup.py +++ b/setup.py @@ -13,10 +13,9 @@ # See the License for the specific language governing permissions and # limitations under the License. -# THIS FILE IS MANAGED BY THE GLOBAL REQUIREMENTS REPO - DO NOT EDIT import setuptools setuptools.setup( setup_requires=['pbr>=2.0.0'], - py_modules=[], - pbr=True) + pbr=True, +)