eric-wieser / numpy_ringbuffer

Ring-buffer implementation that thinly wraps a numpy array
https://pypi.python.org/pypi/numpy_ringbuffer/
MIT License
89 stars 16 forks source link

Create MANIFEST.in #3

Closed stuaxo closed 7 years ago

stuaxo commented 7 years ago

Include README.md in MANIFEST.in so setup.py can run to completion.

codecov-io commented 7 years ago

Codecov Report

Merging #3 into master will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master       #3   +/-   ##
=======================================
  Coverage   98.49%   98.49%           
=======================================
  Files           3        3           
  Lines         266      266           
=======================================
  Hits          262      262           
  Misses          4        4

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 2bf5401...e19eb44. Read the comment docs.

eric-wieser commented 7 years ago

v0.2.1 released on PyPI