Skip to content

Commit

Permalink
Merge pull request #954 from ssbarnea/fix/py.typed
Browse files Browse the repository at this point in the history
Mark library as typed (PEP-561)
  • Loading branch information
Julian committed May 23, 2022
2 parents d715573 + 0d20be2 commit 77c7a30
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Empty file added jsonschema/py.typed
Empty file.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ console_scripts =
jsonschema = jsonschema.cli:main

[options.package_data]
jsonschema = schemas/*.json, schemas/*/*.json
jsonschema = py.typed, schemas/*.json, schemas/*/*.json

[flake8]
ban-relative-imports = true
Expand Down

0 comments on commit 77c7a30

Please sign in to comment.