From 2333a94b9812f0f6e080370db9fbf417a6474d70 Mon Sep 17 00:00:00 2001 From: Julian Berman Date: Tue, 24 May 2022 12:13:30 -0400 Subject: [PATCH] Revert "Merge pull request #954 from ssbarnea/fix/py.typed" This reverts commit 77c7a3005d233d9c7721fccf280439ba081cc8a3, reversing changes made to d715573aa84833fcc360066d31f21f6abdb3cc23. See https://github.com/python-jsonschema/jsonschema/pull/954#issuecomment-1136012833 --- jsonschema/py.typed | 0 setup.cfg | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 jsonschema/py.typed 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