Skip to content

Commit

Permalink
FIX reverting to markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
thclark committed Jun 18, 2020
1 parent 7697d29 commit fac0eb1
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 @@ -7,7 +7,7 @@
# To deploy on PYPI follow the instructions at the bottom of:
# https://packaging.python.org/tutorials/distributing-packages/#uploading-your-project-to-pypi

with open("README.rst") as f:
with open("README.md") as f:
readme_text = f.read()

with open("LICENSE") as f:
Expand All @@ -23,7 +23,7 @@
author="Octue (github: octue)",
description="A library to help digital twins and data services talk to one another",
long_description=readme_text,
long_description_content_type="text/x-rst",
long_description_content_type="text/markdown",
packages=find_packages(exclude=("tests", "docs")),
include_package_data=True,
classifiers=[
Expand Down

0 comments on commit fac0eb1

Please sign in to comment.