Skip to content

Commit

Permalink
Remove message_extractors from setup.py since they currently prevent …
Browse files Browse the repository at this point in the history
…us from making a release (distutils raise an error).
  • Loading branch information
tisto committed Apr 5, 2014
1 parent 7ebd2de commit 5c43271
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions setup.py
Expand Up @@ -55,15 +55,6 @@
'plone.app.contenttypes[test]',
]
},
message_extractors={
'src': [
('**.py', 'lingua_python', None),
('**.pt', 'lingua_xml', None),
('**.cpt', 'lingua_xml', None),
('**.zcml', 'lingua_xml', None),
('**.xml', 'lingua_xml', None),
],
},
entry_points="""
[z3c.autoinclude.plugin]
target = plone
Expand Down

0 comments on commit 5c43271

Please sign in to comment.