We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c4f8b7f + b09980b commit ff2641fCopy full SHA for ff2641f
README.md renamed to README.rst
@@ -23,4 +23,3 @@ Translations
23
If you want to help translate the plugin please do it on transifex:
24
25
https://www.transifex.com/projects/p/django-cms/resource/djangocms-file/
26
-
setup.py
@@ -33,7 +33,7 @@
33
license='LICENSE.txt',
34
platforms=['OS Independent'],
35
classifiers=CLASSIFIERS,
36
- long_description=open('README.md').read(),
+ long_description=open('README.rst').read(),
37
include_package_data=True,
38
zip_safe=False
39
)
0 commit comments