Twine rejects the readme, this fixes that

pull/43/head
Andrew Hutchings 2022-05-11 17:33:53 +01:00
parent 1b6d6d76a1
commit 31b6816cd5
1 changed files with 4 additions and 2 deletions

View File

@ -30,12 +30,14 @@ Install the following on Windows:
Then from the command line install tox and CFFI using:
.. code-block:: sh
pip install tox cffi
pip install tox cffi
You can then build the source distribution packages using:
.. code-block:: sh
python setup.py sdist
python setup.py sdist
Linux