Skip to content

Commit

Permalink
Merge pull request #298 from jwilk-forks/readme-lexer
Browse files Browse the repository at this point in the history
Fix syntax highlighting in README
  • Loading branch information
sigmavirus24 committed Feb 21, 2018
2 parents 97095f7 + 4575929 commit 0238d08
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Features
Installation
------------

.. code-block:: bash
.. code-block:: console
$ pip install twine
Expand All @@ -54,13 +54,13 @@ Usage

1. Create some distributions in the normal way:

.. code-block:: bash
.. code-block:: console
$ python setup.py sdist bdist_wheel
2. Upload with twine:

.. code-block:: bash
.. code-block:: console
$ twine upload dist/*
Expand All @@ -70,7 +70,7 @@ Usage
Options
~~~~~~~

.. code-block:: bash
.. code-block:: console
$ twine upload -h
Expand Down Expand Up @@ -131,7 +131,7 @@ longer necessary if you are uploading to pypi.org
<https://packaging.python.org/guides/migrating-to-pypi-org/#registering-package-names-metadata>`_. For
completeness, its usage:

.. code-block:: bash
.. code-block:: console
$ twine register -h
usage: twine register [-h] [-r REPOSITORY] [--repository-url REPOSITORY_URL]
Expand Down

0 comments on commit 0238d08

Please sign in to comment.