Skip to content

Commit

Permalink
add package info
Browse files Browse the repository at this point in the history
  • Loading branch information
lucemia committed Oct 20, 2023
1 parent db43e3b commit c2346e9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ version = "0.0.0"
description = ""
authors = ["lucemia <[email protected]>"]
readme = "README.md"
packages = [{ include = "fuzzy_json", from = "src" }]
include = ["src/fuzzy_json/py.typed"]
exclude = ["src/fuzzy_json/tests"]

[tool.poetry.dependencies]
python = "^3.10"
Expand Down
Empty file added src/fuzzy_json/py.typed
Empty file.

0 comments on commit c2346e9

Please sign in to comment.