diff --git a/MANIFEST.in b/MANIFEST.in index a5021c60..1592c66c 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,2 +1,6 @@ include README.rst include LICENSE +recursive-include docs * +prune docs/_build/* +recursive-include tests * +recursive-exclude * *.pyc *.swp diff --git a/docs/changelog.rst b/docs/changelog.rst new file mode 100644 index 00000000..9a89ec17 --- /dev/null +++ b/docs/changelog.rst @@ -0,0 +1,7 @@ +========= +Changelog +========= + +Changes in v0.1.1 +================= +- Documents may now use capped collections diff --git a/docs/index.rst b/docs/index.rst index 6db8cf38..5a04de7a 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -16,6 +16,7 @@ The source is available on `GitHub `_. tutorial userguide apireference + changelog Indices and tables ================== diff --git a/tests/__init__.py b/tests/__init__.py new file mode 100644 index 00000000..e69de29b