Skip to content

Commit

Permalink
Fix #64, add build support for mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
mangiucugna committed Aug 16, 2024
1 parent 35897a3 commit 6647f8c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"
[project]
name = "json_repair"
version = "0.27.2"
version = "0.28.0"
license = {file = "LICENSE"}
authors = [
{ name="Stefano Baccianella", email="[email protected]" },
Expand All @@ -17,7 +17,6 @@ classifiers = [
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
]

[project.urls]
"Homepage" = "https://github.com/mangiucugna/json_repair/"
"Bug Tracker" = "https://github.com/mangiucugna/json_repair/issues"
Expand All @@ -26,3 +25,7 @@ classifiers = [
pythonpath = [
"."
]
[tool.setuptools.package-data]
"pkgname" = ["py.typed"]
[tool.setuptools.packages.find]
where = ["src"]
Empty file added src/json_repair/py.typed
Empty file.

0 comments on commit 6647f8c

Please sign in to comment.