Skip to content

Commit a3b5526

Browse files
authored
Update setup.py (#135)
1 parent d3fa2a9 commit a3b5526

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55

66
HERE = pathlib.Path(__file__).parent
7-
README = (HERE / "README.rst").read_text()
7+
README = (HERE / "README.md").read_text()
88
CLASSIFIERS = """
99
Development Status :: 1 - Planning
1010
License :: OSI Approved :: Apache Software License
@@ -26,7 +26,7 @@
2626
version=__version__,
2727
description='Code autoformatter for Robot Framework',
2828
long_description=README,
29-
long_description_content_type="text/x-rst",
29+
long_description_content_type="text/markdown",
3030
url="https://github.com/MarketSquare/robotframework-tidy",
3131
author="MarketSquare - Robot Framework community",
3232
author_email="bartek.hirsz@gmail.com",

0 commit comments

Comments
 (0)