commit | 0e0ed0287ba1a885ed4a74e6c85f7fa2ee1a2821 | [log] [tgz] |
---|---|---|
author | Monty Taylor <mordred@inaugust.com> | Fri Sep 13 10:57:56 2013 -0500 |
committer | Monty Taylor <mordred@inaugust.com> | Fri Sep 13 10:57:56 2013 -0500 |
tree | 88159b1604b289a799206f1e2c470446c2895099 | |
parent | cf1aef2067518565269c89e04168a113f3117d9b [diff] [blame] |
Remove d2to1 usage We don't need d2to1 anymore. Change-Id: Icbfa11f844600720b344a304439162ba5e49cc9d
diff --git a/setup.py b/setup.py index 59a0090..c0a24ea 100644 --- a/setup.py +++ b/setup.py
@@ -17,5 +17,5 @@ import setuptools setuptools.setup( - setup_requires=['d2to1', 'pbr'], - d2to1=True) + setup_requires=['pbr'], + pbr=True)