diff --git a/README.rst b/README.rst index e0d579a4..b3c12c22 100644 --- a/README.rst +++ b/README.rst @@ -90,6 +90,7 @@ Run tests On Linux: .. code-block:: console + $ python setup.py test On Windows: diff --git a/setup.py b/setup.py index d3e12834..763872ca 100755 --- a/setup.py +++ b/setup.py @@ -72,6 +72,7 @@ def find_version(*file_paths): license="BSD", description="Python client library for Tarantool 1.6 Database", long_description=read('README.rst'), + long_description_content_type='text/x-rst', classifiers=[ "Intended Audience :: Developers", "License :: OSI Approved :: BSD License",