Update setuptools setup_requires

Update setuptools setup_requires to have the same style as other project-spec.

Change-Id: I13f83e78bf7a9c1e94fb4fd2decfc74b227adca2
This commit is contained in:
xiabing.yao 2015-08-05 09:52:13 +08:00
parent a492cacfce
commit 7e45be4792
1 changed files with 1 additions and 1 deletions

View File

@ -18,5 +18,5 @@
import setuptools
setuptools.setup(
setup_requires=['pbr>=0.6,<1.0'],
setup_requires=['pbr'],
pbr=True)