Skip to content

Commit

Permalink
Merge pull request #156 from aai-institute/feature/support-typing
Browse files Browse the repository at this point in the history
Feature: Add package typing marker
  • Loading branch information
samuelburbulla authored Aug 22, 2024
2 parents 126a1bb + c17e419 commit 74e1687
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## 0.3.0

- Add support typing information according to PEP 561.

## 0.2.0

- Add `Attention` base class, `MultiHeadAttention`, and `ScaledDotProductAttention` classes.
Expand Down
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,9 @@ dev = [
where = ["src"]
include = ["continuiti*"]

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

[project.urls]
Repository = "https://github.com/aai-institute/continuiti.git"
Documentation = "https://aai-institute.github.io/continuiti/"
Expand Down
Empty file added src/continuiti/py.typed
Empty file.

0 comments on commit 74e1687

Please sign in to comment.