Skip to content

Commit

Permalink
chore: add py.typed
Browse files Browse the repository at this point in the history
  • Loading branch information
minenwerfer committed Aug 26, 2023
1 parent 65a0e28 commit b1243a4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = 'normalize_json'
version = '0.0.11'
version = '0.0.12'
authors = [
{ name = 'João Gabriel Santos', email = '[email protected]' }
]
Expand All @@ -22,3 +22,6 @@ packages = [
]

package-dir = { '' = 'src' }

[tool.setuptools.package-data]
'normalize_json' = ['py.typed']
Empty file added src/normalize_json/py.typed
Empty file.

0 comments on commit b1243a4

Please sign in to comment.