From 7e45be479288d7629ac078710db6c9c5a633be1f Mon Sep 17 00:00:00 2001 From: "xiabing.yao" Date: Wed, 5 Aug 2015 09:52:13 +0800 Subject: [PATCH] Update setuptools setup_requires Update setuptools setup_requires to have the same style as other project-spec. Change-Id: I13f83e78bf7a9c1e94fb4fd2decfc74b227adca2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 769f681..70c2b3f 100755 --- a/setup.py +++ b/setup.py @@ -18,5 +18,5 @@ import setuptools setuptools.setup( - setup_requires=['pbr>=0.6,<1.0'], + setup_requires=['pbr'], pbr=True)