Skip to content

extra not passed to setup() #148

@sqlalchemy-bot

Description

@sqlalchemy-bot

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
 )

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions