We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01d7586 commit 23a4cc5Copy full SHA for 23a4cc5
MANIFEST.in
@@ -8,9 +8,11 @@ include c/enc/*.h
8
include c/include/brotli/*.h
9
include LICENSE
10
include MANIFEST.in
11
-include python/_brotli.cc
12
-include python/bro.py
13
-include python/brotli.py
+include python/_brotli.c
+include python/brotli/__init__.py
+include python/brotli/__init__.pyi
14
+include python/brotli/__main__.py
15
+include python/brotli/py.typed
16
include python/README.md
17
include python/tests/*
18
include README.md
0 commit comments