Skip to content

Commit

Permalink
Use RST format for README
Browse files Browse the repository at this point in the history
  • Loading branch information
mkoistinen committed Dec 2, 2015
1 parent 1d858fa commit 750feb6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
include LICENSE.txt
include README.md
include README.rst
recursive-include djangocms_column/migrations *
recursive-include djangocms_column/south_migrations *
recursive-include djangocms_column/locale *
Expand Down
3 changes: 1 addition & 2 deletions README.md → README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Installation

This plugin requires `django CMS` 2.4 or higher to be properly installed.

* In your projects `virtualenv`_, run ``pip install djangocms-column``.
* In your projects virtualenv, run ``pip install djangocms-column``.
* Add ``'djangocms_column'`` to your ``INSTALLED_APPS`` setting.
* If using Django 1.6 and South < 1.0.2, add ``'djangocms_column': 'djangocms_column.south_migrations',``
to ``SOUTH_MIGRATION_MODULES`` (or define ``SOUTH_MIGRATION_MODULES`` if it
Expand Down Expand Up @@ -48,4 +48,3 @@ Translations
If you want to help translate the plugin please do it on transifex:

https://www.transifex.com/projects/p/django-cms/resource/djangocms-column/

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
license='LICENSE.txt',
platforms=['OS Independent'],
classifiers=CLASSIFIERS,
long_description=open('README.md').read(),
long_description=open('README.rst').read(),
include_package_data=True,
zip_safe=False
)

0 comments on commit 750feb6

Please sign in to comment.