From 768cf24e94b37d2c9d017dda043c7e24d53fb845 Mon Sep 17 00:00:00 2001 From: Sean Hammond Date: Mon, 26 Sep 2022 20:28:34 +0100 Subject: [PATCH] Apply updates from cookiecutter --- pyproject.toml | 2 +- setup.cfg | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cdeb693..a0bc56d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -135,4 +135,4 @@ score = "no" [tool.hdev] project_name = "h-api" -project_type = "package" +project_type = "library" diff --git a/setup.cfg b/setup.cfg index 5717958..1e88e7a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -18,6 +18,7 @@ package_dir = packages = find: python_requires = >=3.8 install_requires = + importlib_metadata;python_version<"3.8." jsonschema importlib_resources