Skip to content

Commit

Permalink
fix: adds py.typed marker
Browse files Browse the repository at this point in the history
  • Loading branch information
gremid committed Nov 25, 2024
1 parent 26a8bef commit 4a873c3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Empty file added gdex/py.typed
Empty file.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ version = {attr = "gdex.version.__version__"}
exclude = ["tests"]

[tool.setuptools.package-data]
"gdex" = ["de_whitelist.txt", "VulGer.csv"]
"gdex" = ["de_whitelist.txt", "py.typed", "VulGer.csv"]

0 comments on commit 4a873c3

Please sign in to comment.