Skip to content

Commit d6c5306

Browse files
committed
ADD: Marker file py.typed for databento-python
1 parent 175112d commit d6c5306

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

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

910
#### Breaking Changes

databento/py.typed

Whitespace-only changes.

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@ authors = [
66
"Databento <support@databento.com>",
77
]
88
license = "Apache License 2.0"
9-
packages = [{include = "databento"}]
9+
packages = [
10+
{include = "databento"},
11+
{include = "databento/py.typed"},
12+
]
1013
classifiers = [
1114
"Development Status :: 4 - Beta",
1215
"Operating System :: OS Independent",

0 commit comments

Comments
 (0)