Skip to content

Commit e95e36d

Browse files
authoredSep 7, 2022
Include py.typed in MANIFEST.in (#5703)
This enables packages that install dbt-core from pypi to use mypy.
1 parent 74f7416 commit e95e36d

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed
 
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
kind: Fixes
2+
body: Include py.typed in MANIFEST.in. This enables packages that install dbt-core
3+
from pypi to use mypy.
4+
time: 2022-08-23T11:26:33.8415455-07:00
5+
custom:
6+
Author: panasenco
7+
Issue: "5703"
8+
PR: "5703"

‎core/MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
recursive-include dbt/include *.py *.sql *.yml *.html *.md .gitkeep .gitignore
2+
include dbt/py.typed

0 commit comments

Comments
 (0)