summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMonty Taylor <mordred@inaugust.com>2013-09-13 11:33:49 -0500
committerMonty Taylor <mordred@inaugust.com>2013-09-13 11:34:34 -0500
commitc89928aaa02d6f84d2edabda246812f0976e6640 (patch)
tree3e2abd22fd1ecd6b7ca41d0a3562eba4598d55e6
parentf296853bedb92c3faded41790a05c203f41e9732 (diff)
downloadoslosphinx-c89928aaa02d6f84d2edabda246812f0976e6640.tar.gz
Update pbr usage past needing d2to1
Change-Id: Ia5c8dd9259e8098c2ad39eda6fc44c6db81944ad
-rwxr-xr-xsetup.py9
1 files changed, 3 insertions, 6 deletions
diff --git a/setup.py b/setup.py
index b62b62e..70c2b3f 100755
--- a/setup.py
+++ b/setup.py
@@ -14,12 +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,<0.6'],
- d2to1=True,
- namespace_packages=['oslo'],
- packages=['oslo', 'oslo.sphinx'],
- zip_safe=False,
-)
+ setup_requires=['pbr'],
+ pbr=True)