Skip to content

Commit

Permalink
Apply updates from cookiecutter
Browse files Browse the repository at this point in the history
  • Loading branch information
seanh committed Oct 3, 2022
1 parent 9af917c commit 768cf24
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -135,4 +135,4 @@ score = "no"

[tool.hdev]
project_name = "h-api"
project_type = "package"
project_type = "library"
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ package_dir =
packages = find:
python_requires = >=3.8
install_requires =
importlib_metadata;python_version<"3.8."
jsonschema
importlib_resources

Expand Down

0 comments on commit 768cf24

Please sign in to comment.