aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Russo <diego.russo@arm.com>2022-05-30 14:38:02 +0100
committerDiego Russo <diego.russo@arm.com>2022-05-30 16:18:13 +0100
commitfecd09945fb24dcac8efd040c18f30644df51143 (patch)
tree3aaf4060a9b5cad96842c6b9b1f1d975ba5afc7f
parent0efca3cadbad5517a59884576ddb90cfe7ac30f8 (diff)
downloadmlia-fecd09945fb24dcac8efd040c18f30644df51143.tar.gz
Specify long_description_content_type in setup.cfg
The content type of the long description needs to be specified to avoid publishing errors on pypi.org. Change-Id: Ibf40cab77599d5c04fb996f884eed9d56c5a5ce7
-rw-r--r--setup.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 5a9202a..9391fa2 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -6,6 +6,7 @@
name = mlia
description = ML Inference Advisor
long_description = file: README.md
+long_description_content_type = text/markdown
url = https://git.mlplatform.org/ml/mlia.git
author = Arm Ltd
author_email = mlia@arm.com