You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2022/04/25 16:13:47 UTC

[GitHub] [tvm] leandron commented on a diff in pull request #11078: [Python] Populate setuptools description with README.md

leandron commented on code in PR #11078:
URL: https://github.com/apache/tvm/pull/11078#discussion_r857802383


##########
python/setup.py:
##########
@@ -217,6 +226,8 @@ def get_package_data_files():
     name="tvm",
     version=__version__,
     description="TVM: An End to End Tensor IR/DSL Stack for Deep Learning Systems",
+    long_description=long_description_contents(),
+    long_description_content_type="text/markdown",

Review Comment:
   Applied, thanks.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org