summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorMonty Taylor <mordred@inaugust.com>2013-08-06 13:30:55 -0300
committerMonty Taylor <mordred@inaugust.com>2013-08-08 12:13:22 -0300
commit9e8a989b2a9e4e7780cc476ac754465c7e8b5a0e (patch)
tree8f05c27814efa9e5953f6ed4e82374b351ec98de /setup.py
parent091937b9a25aac666dba45ca5c8cc725af765a22 (diff)
downloadpython-ceilometerclient-9e8a989b2a9e4e7780cc476ac754465c7e8b5a0e.tar.gz
Updated from global requirements
Change-Id: Ibf423f14a5c37aa298b2115bfd4936f660c6f530
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index 74e2f57..2a0786a 100644
--- a/setup.py
+++ b/setup.py
@@ -14,8 +14,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=['d2to1>=0.2.10,<0.3', 'pbr>=0.5.16,<0.6'],
- d2to1=True)
+ setup_requires=['pbr>=0.5.21,<1.0'],
+ pbr=True)