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 6eeaca7 commit ca88466Copy full SHA for ca88466
setup.py
@@ -29,7 +29,7 @@ def extract_variable(filename, variable): # type: (str, str) -> str
29
name='htmlement',
30
version=extract_variable('htmlement.py', '__version__'),
31
description='Pure-Python HTML parser with ElementTree support.',
32
- long_description=readfile('README.md'),
+ long_description=readfile('README.rst'),
33
extras_require={"dev": ["pytest", "pytest-cov"]},
34
keywords='html html5 parsehtml htmlparser elementtree dom',
35
classifiers=[
0 commit comments