Skip to content

Commit f28c890

Browse files
authored
add package info (#2)
1 parent db43e3b commit f28c890

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ version = "0.0.0"
44
description = ""
55
authors = ["lucemia <[email protected]>"]
66
readme = "README.md"
7+
packages = [{ include = "fuzzy_json", from = "src" }]
8+
include = ["src/fuzzy_json/py.typed"]
9+
exclude = ["src/fuzzy_json/tests"]
710

811
[tool.poetry.dependencies]
912
python = "^3.10"

src/fuzzy_json/py.typed

Whitespace-only changes.

0 commit comments

Comments
 (0)