tarantool / tarantool-python

Python client library for Tarantool
https://www.tarantool.io
BSD 2-Clause "Simplified" License
101 stars 46 forks source link

Fix README.rst formatting #147

Closed Totktonada closed 5 years ago

Totktonada commented 5 years ago

Now pypi.org discards a package that does not pass long_description validation. In our case:

The project's long_description has invalid markup which will not be rendered on PyPI. The following syntax errors were detected: line 92: Error: Error in "code-block" directive: maximum 1 argument(s) allowed, 5 supplied.
.. code-block:: console
$ python setup.py test

Also added long_description_content_type to eliminate twine check dist/* warning:

| Checking distribution dist/tarantool-0.6.6.tar.gz: warning: | long_description_content_type missing. defaulting to text/x-rst.