We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0536639 commit e66f822Copy full SHA for e66f822
MANIFEST.in
@@ -9,10 +9,10 @@ include c/include/brotli/*.h
9
include LICENSE
10
include MANIFEST.in
11
include python/_brotli.c
12
-include python/bro.py
13
-include python/brotli.py
14
-include python/brotli.pyi
15
-include python/py.typed
+include python/brotli/__init__.py
+include python/brotli/__init__.pyi
+include python/brotli/__main__.py
+include python/brotli/py.typed
16
include python/README.md
17
include python/tests/*
18
include README.md
0 commit comments