Skip to content

Commit

Permalink
Add typed marker file
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewdalpino committed Oct 16, 2024
1 parent 8202f57 commit ca5840e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ description = "A specialized datastructure and tokenization library for counting
version = "0.0.1"
requires-python = ">= 3.10"
dependencies = [
"okbloomer>=0.0.1",
"okbloomer>=0.0.3",
"numpy>=1.19.5",
"nptyping>=2.5.0",
]
Expand Down
1 change: 1 addition & 0 deletions src/dna_hash/py.typed
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Marker file for PEP 561. The dnahash package uses inline types.

0 comments on commit ca5840e

Please sign in to comment.