diff --git a/HISTORY.rst b/HISTORY.rst index 12aa136..0349c95 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,7 +3,4 @@ History ------- -0.1.0 (2014-02-24) -++++++++++++++++++ - -* First release on PyPI. \ No newline at end of file +Still unreleased and experimental diff --git a/MANIFEST.in b/MANIFEST.in index e197c58..de0d273 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -3,4 +3,4 @@ include CONTRIBUTING.rst include HISTORY.rst include LICENSE include README.rst -recursive-include djangocms_blog *.html *.png *.gif *js *jpg *jpeg *svg *py \ No newline at end of file +recursive-include djangocms_blog *.html *.png *.gif *js *jpg *jpeg *svg *py *css \ No newline at end of file diff --git a/README.rst b/README.rst index ea6c64f..256635f 100644 --- a/README.rst +++ b/README.rst @@ -1,6 +1,6 @@ -============================= +============== djangocms-blog -============================= +============== .. image:: https://badge.fury.io/py/djangocms-blog.png :target: http://badge.fury.io/py/djangocms-blog @@ -12,12 +12,15 @@ djangocms-blog :target: https://crate.io/packages/djangocms-blog?version=latest -A djangoCMS 3 blog application +A djangoCMS 3 blog application. + +Still experimental and untested. You are welcome if you want to try it; if +you encounter any issue, please open an issue. Documentation ------------- -The full documentation is at http://djangocms-blog.rtfd.org. +No doc at the moment, sorry Quickstart ----------