Skip to content

Commit

Permalink
Comment out message extractor
Browse files Browse the repository at this point in the history
  • Loading branch information
benjello committed Sep 27, 2024
1 parent d0cb0ba commit ae9b965
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@
'OpenFisca-Core >=40.0.1, <42',
'scipy >= 0.12',
],
message_extractors = {'openfisca_tunisia': [
('**.py', 'python', None),
]},
# message_extractors = {'openfisca_tunisia': [
# ('**.py', 'python', None),
# ]},
packages = find_namespace_packages(exclude = [
'tests*',
]),
Expand Down

0 comments on commit ae9b965

Please sign in to comment.