Skip to content

Commit 59d6a2c

Browse files
committed
Take advantage of pbr 0.5.19
namespace_packages in setup.cfg works now. Also, d2to1 has been merged, so pbr=True will now work, removing the last references to d2to1 from the source tree.
1 parent 963a35c commit 59d6a2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44

55
setup(
66
setup_requires=['pbr>=0.5.19'],
7-
d2to1=True,
7+
pbr=True,
88
)

0 commit comments

Comments
 (0)