You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by ma...@apache.org on 2022/12/08 13:17:33 UTC

[airavata-django-portal-sdk] branch master updated: Tell pypi that the long description is in markdown

This is an automated email from the ASF dual-hosted git repository.

machristie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airavata-django-portal-sdk.git


The following commit(s) were added to refs/heads/master by this push:
     new 4176db5  Tell pypi that the long description is in markdown
4176db5 is described below

commit 4176db563f9b6365f70e8f77d3dbf3531333fd0b
Author: Marcus Christie <ma...@apache.org>
AuthorDate: Thu Dec 8 08:17:24 2022 -0500

    Tell pypi that the long description is in markdown
---
 setup.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/setup.py b/setup.py
index 615bacf..7a62985 100644
--- a/setup.py
+++ b/setup.py
@@ -19,6 +19,7 @@ setup(
         "it easier to develop Airavata Django Portal customizations."
     ),
     long_description=read("README.md"),
+    long_description_content_type='text/markdown',
     license="Apache License 2.0",
     packages=find_packages(),
     install_requires=[