Skip to content

Commit 23a4cc5

Browse files
committed
python: update MANIFEST.in
1 parent 01d7586 commit 23a4cc5

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

MANIFEST.in

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,11 @@ include c/enc/*.h
88
include c/include/brotli/*.h
99
include LICENSE
1010
include MANIFEST.in
11-
include python/_brotli.cc
12-
include python/bro.py
13-
include python/brotli.py
11+
include python/_brotli.c
12+
include python/brotli/__init__.py
13+
include python/brotli/__init__.pyi
14+
include python/brotli/__main__.py
15+
include python/brotli/py.typed
1416
include python/README.md
1517
include python/tests/*
1618
include README.md

0 commit comments

Comments
 (0)