Skip to content

Commit

Permalink
Adding py.typed
Browse files Browse the repository at this point in the history
  • Loading branch information
arnasbr committed Sep 12, 2024
1 parent 6e8227b commit 9721cb2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Empty file added py.typed
Empty file.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ packages = { find = {} }

[tool.setuptools_scm]

[tool.setuptools.package-data]
"traveltimepy" = ["py.typed"]

[tool.flake8]
per-file-ignores = ["**/__init__.py:F401"]
max-line-length = 88
Expand Down

0 comments on commit 9721cb2

Please sign in to comment.