diff --git a/jsonschema/py.typed b/jsonschema/py.typed deleted file mode 100644 index e69de29bb..000000000 diff --git a/setup.cfg b/setup.cfg index 18623eb0b..7571fdfbb 100644 --- a/setup.cfg +++ b/setup.cfg @@ -63,7 +63,7 @@ console_scripts = jsonschema = jsonschema.cli:main [options.package_data] -jsonschema = py.typed, schemas/*.json, schemas/*/*.json +jsonschema = schemas/*.json, schemas/*/*.json [flake8] ban-relative-imports = true