Skip to content

Commit

Permalink
The module is is now PEP 561 compatible, and tested with mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
BoboTiG committed Apr 14, 2023
1 parent 7ace7a9 commit b53dc85
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added
- Allow to use a custom class for the chart rendering via the `Chart(..., renderer_cls=MyClass)` keyword argument (see `examples/custom-renderer-class.py` for inspiration)
- The module is is now PEP 561 compatible, and tested with `mypy`

### Changed
- Fixed off-by-one shift when rendering empty lines on the Y-axis (the issue was visible only when the Y-axis was on the left side)
Expand Down
3 changes: 3 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ packages = find:
[options.packages.find]
where = src

[options.package_data]
candlestick_chart = py.typed

[options.entry_points]
console_scripts =
candlestick-chart = candlestick_chart.__main__:main
Expand Down
Empty file added src/candlestick_chart/py.typed
Empty file.

0 comments on commit b53dc85

Please sign in to comment.