Add content type for long description for twine
[ric-plt/lib/rmr.git] / 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",
 )