Skip to content

Commit

Permalink
chore: loosen python requirement, add py.typed marker (DEV-2278) (#404)
Browse files Browse the repository at this point in the history
  • Loading branch information
jnussbaum committed Jun 13, 2023
1 parent 12a97d6 commit 17b22b3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions pyproject.toml
Expand Up @@ -15,12 +15,15 @@ classifiers = [
documentation = "https://docs.dasch.swiss/latest/DSP-TOOLS/"
homepage = "https://www.dasch.swiss/"
repository = "https://github.com/dasch-swiss/dsp-tools"
include = ["src/dsp_tools/resources/*"]
include = [
"src/dsp_tools/resources/*",
"src/dsp_tools/py.typed" # see https://mypy.readthedocs.io/en/stable/installed_packages.html#making-pep-561-compatible-packages
]
exclude = ["src/dsp_tools/import_scripts/*"]


[tool.poetry.dependencies]
python = ">=3.9,<3.12"
python = "^3.9"
jsonpath-ng = "^1.5.3"
argparse = "^1.4.0"
lxml = "^4.9.2"
Expand Down
Empty file added src/dsp_tools/py.typed
Empty file.

0 comments on commit 17b22b3

Please sign in to comment.