Skip to content

Commit

Permalink
Define long_description_content_type (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
vtomole authored Feb 24, 2022
1 parent 23db95f commit 2442d9d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<p align="center">
<img width="300" src="static/SupermarQ_Logo.png">
<img width="300" src="https://raw.githubusercontent.com/SupertechLabs/SupermarQ/main/static/SupermarQ_Logo.png">
</p>

---
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
license="N/A",
description=description,
long_description=long_description,
long_description_content_type="text/markdown",
packages=supermarq_packages,
package_data={"supermarq": ["py.typed"]},
)
2 changes: 1 addition & 1 deletion supermarq/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1.0.dev"
__version__ = "0.0.2"

0 comments on commit 2442d9d

Please sign in to comment.