diff --git a/MANIFEST.in b/MANIFEST.in index 89233f4a..6b317bae 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,2 +1,3 @@ include *.md +include *.rst include LICENSE* diff --git a/README.md b/README.md index 796942b5..6f26894d 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Video Scene Cut Detection and Analysis Tool [![Documentation Status](https://readthedocs.org/projects/pyscenedetect/badge/?version=latest)](http://pyscenedetect.readthedocs.org/en/latest/?badge=latest) [![PyPI Status](https://img.shields.io/pypi/status/PySceneDetect.svg)](https://pypi.python.org/pypi/PySceneDetect/) [![PyPI Version](https://img.shields.io/pypi/v/PySceneDetect.svg)](https://pypi.python.org/pypi/PySceneDetect/) [![PyPI](https://img.shields.io/pypi/dm/PySceneDetect.svg)](https://pypi.python.org/pypi/PySceneDetect) [![PyPI License](https://img.shields.io/pypi/l/PySceneDetect.svg)](http://pyscenedetect.readthedocs.org/en/latest/copyright/) -### New Release: v0.3.3-beta (January 27, 2016) +### New Release: v0.3.3 (January 27, 2016) Quick install; requires `numpy` and Python OpenCV `cv2` module, read [getting started guide](http://pyscenedetect.readthedocs.org/en/latest/examples/usage/) after install: diff --git a/docs/download.md b/docs/download.md index 2378cd3f..041c0f2b 100644 --- a/docs/download.md +++ b/docs/download.md @@ -17,7 +17,6 @@ sudo pip install pyscenedetect After installation, you can call PySceneDetect from any terminal/command prompt by typing `scenedetect` (try running `scenedetect --version` to verify that everything was installed correctly). Alternatively, you can install PySceneDetect from the source archives below. -