summaryrefslogtreecommitdiff
path: root/dev-python/colour/files/colour-setup.patch
blob: 833a045fbf829e0eea6a18916ecb1de2f7c990ac (plain)
1
2
3
4
5
6
7
8
--- a/setup.py
+++ b/setup.py
@@ -60,5 +60,4 @@ if "0.1.5".startswith("%%"):
 
 setup(
     extras_require={'test': ['nose', ]},
-    d2to1=True
 )