Skip to content

Commit e66f822

Browse files
committed
python - update manifest.in paths
1 parent 0536639 commit e66f822

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

MANIFEST.in

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ include c/include/brotli/*.h
99
include LICENSE
1010
include MANIFEST.in
1111
include python/_brotli.c
12-
include python/bro.py
13-
include python/brotli.py
14-
include python/brotli.pyi
15-
include python/py.typed
12+
include python/brotli/__init__.py
13+
include python/brotli/__init__.pyi
14+
include python/brotli/__main__.py
15+
include python/brotli/py.typed
1616
include python/README.md
1717
include python/tests/*
1818
include README.md

0 commit comments

Comments
 (0)