Bug 1301785: update python/redo to 1.6; r=gps

MozReview-Commit-ID: BdSQshy2f0p
This commit is contained in:
Dustin J. Mitchell
2016-10-31 15:41:28 +00:00
parent caa6f55182
commit 2c96a45fcc
6 changed files with 54 additions and 24 deletions

View File

@@ -1,8 +1,12 @@
from setuptools import setup
try:
from setuptools import setup
except ImportError:
from distutils.core import setup
setup(
name="redo",
version="1.4",
version="1.6",
description="Utilities to retry Python callables.",
author="Ben Hearsum",
author_email="ben@hearsum.ca",