-
-
Notifications
You must be signed in to change notification settings - Fork 67
Closed
Labels
Milestone
Description
Migrated issue, originally created by Anonymous
setup.py's setup is missing "**extra" (for Python 3 installations)
Index: mako-0.3.4/setup.py
===================================================================
--- mako-0.3.4.orig/setup.py
+++ mako-0.3.4/setup.py
@@ -64,4 +64,5 @@ ties to Python calling and scoping seman
[babel.extractors]
mako = mako.ext.babelplugin:extract
""",
+ **extra
)