We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dbda4f7 + 3da1fcf commit f91f3ecCopy full SHA for f91f3ec
.gitignore
@@ -2,4 +2,8 @@ _cache
2
_static
3
_templates
4
5
+*.egg-info/
6
+build
7
+dist
8
+
9
TODO
setup.cfg
@@ -56,9 +56,6 @@ console_scripts =
56
[options.package_data]
57
jsonschema = schemas/*.json, schemas/*/*.json
58
59
-[bdist_wheel]
60
-universal = 1
61
-
62
[flake8]
63
inline-quotes = "
64
exclude =
0 commit comments