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.
1 parent d3fa2a9 commit a3b5526Copy full SHA for a3b5526
setup.py
@@ -4,7 +4,7 @@
4
5
6
HERE = pathlib.Path(__file__).parent
7
-README = (HERE / "README.rst").read_text()
+README = (HERE / "README.md").read_text()
8
CLASSIFIERS = """
9
Development Status :: 1 - Planning
10
License :: OSI Approved :: Apache Software License
@@ -26,7 +26,7 @@
26
version=__version__,
27
description='Code autoformatter for Robot Framework',
28
long_description=README,
29
- long_description_content_type="text/x-rst",
+ long_description_content_type="text/markdown",
30
url="https://github.com/MarketSquare/robotframework-tidy",
31
author="MarketSquare - Robot Framework community",
32
author_email="bartek.hirsz@gmail.com",
0 commit comments