miurahr / pyppmd

pyppmd provides classes and functions for compressing and decompressing text data, using PPM (Prediction by partial matching) compression algorithm variation H and I.2. It provide an API similar to Python's zlib/bz2/lzma modules.
https://pyppmd.readthedocs.io/en/latest/
GNU Lesser General Public License v2.1
8 stars 3 forks source link

Fix MANIFEST not include .github and .egg-info #20

Closed miurahr closed 3 years ago

miurahr commented 3 years ago

.egg-info is problematic in conda-forge recipe https://github.com/conda-forge/staged-recipes/pull/15512

Signed-off-by: Hiroshi Miura miurahr@linux.com