Skip to content

Commit

Permalink
fix README file extension
Browse files Browse the repository at this point in the history
  • Loading branch information
xgarrido committed May 11, 2023
1 parent b501ab0 commit f3dc042
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

import versioneer

with open("README.md") as readme_file:
with open("README.rst") as readme_file:
readme = readme_file.read()

setup(
Expand All @@ -11,7 +11,7 @@
cmdclass=versioneer.get_cmdclass(),
description="SO pipeline utilities",
long_description=readme,
long_description_content_type="text/markdown",
long_description_content_type="text/x-rst",
packages=find_packages(),
python_requires=">=3.5",
install_requires=[
Expand Down

0 comments on commit f3dc042

Please sign in to comment.