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

README.md missing in archive #1

Closed marscher closed 7 years ago

marscher commented 7 years ago

setup.py complains when doing the pypi install. You have to provide a MANIFEST.in file, which contains README.md to automatically ship it

stuaxo commented 7 years ago

Pull req: https://github.com/eric-wieser/numpy_ringbuffer/pull/3

eric-wieser commented 7 years ago

Fixed in #3

marscher commented 7 years ago

thank you!

eric-wieser commented 7 years ago

(and v0.2.1 on PyPI)

stuaxo commented 7 years ago

Awesome, cheers :)