-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add schema drop_unknown_fields
- Loading branch information
1 parent
963f36f
commit 4b14b09
Showing
2 changed files
with
11 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,3 @@ | ||
# -*- coding: utf-8 -*- | ||
from setuptools import setup | ||
|
||
setup( | ||
# If you are changing from the default layout of your extension, you may | ||
# have to change the message extractors, you can read more about babel | ||
# message extraction at | ||
# http://babel.pocoo.org/docs/messages/#extraction-method-mapping-and-configuration | ||
message_extractors={ | ||
"ckanext": [ | ||
("**.py", "python", None), | ||
("**.js", "javascript", None), | ||
("**/templates/**.html", "ckan", None), | ||
], | ||
} | ||
) | ||
setup() |