Skip to content

Commit

Permalink
Add py.typed marker file for PEP 561 compatibility
Browse files Browse the repository at this point in the history
This change enables type checkers like mypy to pick up eolib's
existing inline type information.
  • Loading branch information
Cirras committed Aug 22, 2024
1 parent b9dee9c commit a3e18d3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Changed

- The package is now [PEP 561](https://peps.python.org/pep-0561/) compatible, exposing type
information for usage in type checkers like
[mypy](https://mypy.readthedocs.io/en/stable/index.html).

## [1.1.0] - 2023-12-19

### Added
Expand Down
Empty file added src/eolib/py.typed
Empty file.

0 comments on commit a3e18d3

Please sign in to comment.