Merge "Add content type for long description for twine"
authorTommy Carpenter <tc677g@att.com>
Mon, 7 Oct 2019 17:20:45 +0000 (17:20 +0000)
committerGerrit Code Review <gerrit@o-ran-sc.org>
Mon, 7 Oct 2019 17:20:45 +0000 (17:20 +0000)
src/bindings/rmr-python/setup.py

index c1b3148..1d11d50 100644 (file)
@@ -52,4 +52,5 @@ setup(
     data_files=[("", ["LICENSE.txt"])],
     install_requires=[],
     long_description=_long_descr(),
+    long_description_content_type="text/x-rst",
 )