Skip to content

Commit

Permalink
build profile off!
Browse files Browse the repository at this point in the history
  • Loading branch information
jessekrubin committed Jul 1, 2024
1 parent b17e649 commit 3d9cc94
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion python/jsonc2json/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,12 @@
from __future__ import annotations

from typing import AnyStr
from ._jsonc2json import jsonc2json_bin, jsonc2json_str, __version_lib__
from ._jsonc2json import jsonc2json_bin, jsonc2json_str, __version_lib__, __build_profile__

__version__ = __version_lib__
__all__ = (
"__version__",
"__build_profile__",
"jsonc2json",
"jsonc2json_bin",
"jsonc2json_str",
Expand Down

0 comments on commit 3d9cc94

Please sign in to comment.