Skip to content

Commit

Permalink
ADD: Marker file py.typed for databento-python
Browse files Browse the repository at this point in the history
  • Loading branch information
nmacholl committed Oct 23, 2023
1 parent 175112d commit d6c5306
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

#### Enhancements
- Added `price_type` argument for `DBNStore.to_df` to specify if price fields should be `fixed`, `float` or `decimal.Decimal`
- Added `py.typed` marker file
- Upgraded `databento-dbn` to 0.13.0

#### Breaking Changes
Expand Down
Empty file added databento/py.typed
Empty file.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@ authors = [
"Databento <[email protected]>",
]
license = "Apache License 2.0"
packages = [{include = "databento"}]
packages = [
{include = "databento"},
{include = "databento/py.typed"},
]
classifiers = [
"Development Status :: 4 - Beta",
"Operating System :: OS Independent",
Expand Down

0 comments on commit d6c5306

Please sign in to comment.