Skip to content

Commit

Permalink
Create py.typed
Browse files Browse the repository at this point in the history
As recommended in [pep 0561](https://peps.python.org/pep-0561/), a blank `py.typed` marker should be included when type hints are used so downstream codes can type check with `mypy` and similar tools.
  • Loading branch information
Andrew-S-Rosen authored Aug 17, 2024
1 parent 2570b29 commit c34d028
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions chgnet/py.typed
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

0 comments on commit c34d028

Please sign in to comment.