Skip to content

Commit 34303e8

Browse files
committed
Use RST format for README
1 parent 85d8f75 commit 34303e8

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

MANIFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
include LICENSE.txt
2-
include README.md
2+
include README.rst
33
recursive-include djangocms_file/migrations *
44
recursive-include djangocms_file/south_migrations *
55
recursive-include djangocms_file/locale *

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)