Skip to content

Commit

Permalink
Comply with PEP 561
Browse files Browse the repository at this point in the history
Fixes #480
  • Loading branch information
mhostetter committed May 9, 2023
1 parent a2fa1ac commit 1c5980a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ write_to = "src/galois/_version.py"
where = ["src"]

[tool.setuptools.package-data]
"galois" = ["py.typed"]
"galois._databases" = ["*.db"]

[tool.distutils.bdist_wheel]
Expand Down
Empty file added src/galois/py.typed
Empty file.

0 comments on commit 1c5980a

Please sign in to comment.