Skip to content

Commit ff2641f

Browse files
committed
Merge pull request #12 from divio/use_rst
Use RST format for README
2 parents c4f8b7f + b09980b commit ff2641f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

README.md renamed to README.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,3 @@ Translations
2323
If you want to help translate the plugin please do it on transifex:
2424

2525
https://www.transifex.com/projects/p/django-cms/resource/djangocms-file/
26-

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
license='LICENSE.txt',
3434
platforms=['OS Independent'],
3535
classifiers=CLASSIFIERS,
36-
long_description=open('README.md').read(),
36+
long_description=open('README.rst').read(),
3737
include_package_data=True,
3838
zip_safe=False
3939
)

0 commit comments

Comments
 (0)