summaryrefslogtreecommitdiffstats
path: root/web/server/h2o/libh2o/deps/brotli/python/README.md
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--web/server/h2o/libh2o/deps/brotli/python/README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/web/server/h2o/libh2o/deps/brotli/python/README.md b/web/server/h2o/libh2o/deps/brotli/python/README.md
new file mode 100644
index 00000000..e7872286
--- /dev/null
+++ b/web/server/h2o/libh2o/deps/brotli/python/README.md
@@ -0,0 +1,5 @@
+This directory contains Python brotli wrapper module and roundtrip tests.
+
+To build module execute `python setup.py build_ext` from root project directory.
+
+To test module run `python setup.py test`.