Skip to content

Commit ca88466

Browse files
committed
oops
1 parent 6eeaca7 commit ca88466

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def extract_variable(filename, variable): # type: (str, str) -> str
2929
name='htmlement',
3030
version=extract_variable('htmlement.py', '__version__'),
3131
description='Pure-Python HTML parser with ElementTree support.',
32-
long_description=readfile('README.md'),
32+
long_description=readfile('README.rst'),
3333
extras_require={"dev": ["pytest", "pytest-cov"]},
3434
keywords='html html5 parsehtml htmlparser elementtree dom',
3535
classifiers=[

0 commit comments

Comments
 (0)