We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b9a209 commit 71a5a54Copy full SHA for 71a5a54
1 file changed
setup.py
@@ -80,8 +80,9 @@ def run_tests(self):
80
'Programming Language :: Python :: 3',
81
'Programming Language :: Python :: 3.3',
82
],
83
- entry_points="""
84
- [babel.extractors]
85
- django = babeldjango.extract:extract_django
86
- """,
+ entry_points={
+ 'babel.extractors': [
+ 'django = babeldjango.extract:extract_django',
+ ]
87
+ }
88
)
0 commit comments