Edit

kc3-lang/brotli/MANIFEST.in

Branch :

  • Show log

    Commit

  • Author : Kurt Mosiejczuk
    Date : 2020-09-21 06:24:13
    Hash : f2ca32ed
    Message : Change MANIFEST.in to include python regression tests in tarball (#841) * Change MANIFEST.in to include python regression tests in tarball * Python tests need the testdata from the base tests directory

  • MANIFEST.in
  • include CONTRIBUTING.md
    include c/common/*.c
    include c/common/*.h
    include c/dec/*.c
    include c/dec/*.h
    include c/enc/*.c
    include c/enc/*.h
    include c/include/brotli/*.h
    include LICENSE
    include MANIFEST.in
    include python/_brotli.cc
    include python/bro.py
    include python/brotli.py
    include python/README.md
    include python/tests/*
    include README.md
    include setup.py
    include tests/testdata/*
    include c/tools/brotli.c