File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 1
1
include LICENSE.txt
2
- include README.md
2
+ include README.rst
3
3
recursive-include djangocms_file/migrations *
4
4
recursive-include djangocms_file/south_migrations *
5
5
recursive-include djangocms_file/locale *
Original file line number Diff line number Diff line change @@ -23,4 +23,3 @@ Translations
23
23
If you want to help translate the plugin please do it on transifex:
24
24
25
25
https://www.transifex.com/projects/p/django-cms/resource/djangocms-file/
26
-
Original file line number Diff line number Diff line change 33
33
license = 'LICENSE.txt' ,
34
34
platforms = ['OS Independent' ],
35
35
classifiers = CLASSIFIERS ,
36
- long_description = open ('README.md ' ).read (),
36
+ long_description = open ('README.rst ' ).read (),
37
37
include_package_data = True ,
38
38
zip_safe = False
39
39
)
You can’t perform that action at this time.
0 commit comments