Skip to content

Commit

Permalink
Export type hints (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
adityagoel4512 authored Jun 25, 2024
1 parent 25185a9 commit 3f878b6
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@
Changelog
=========

0.5.0 (unreleased)
------------------

**Other changes**

- ndonnx now exports type annotations.

0.4.0 (2024-05-16)
------------------

Expand Down
Empty file added ndonnx/py.typed
Empty file.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,13 @@ keywords = [
[project.urls]
repository = "https://github.com/quantco/ndonnx"


[tool.setuptools.packages.find]
include = ["ndonnx"]
namespaces = false

[tool.setuptools.package-data]
"ndonnx" = ["py.typed"]

[project.scripts]

[tool.docformatter]
Expand Down

0 comments on commit 3f878b6

Please sign in to comment.