Twine rejects the readme, this fixes that
parent
1b6d6d76a1
commit
31b6816cd5
|
@ -30,11 +30,13 @@ Install the following on Windows:
|
||||||
Then from the command line install tox and CFFI using:
|
Then from the command line install tox and CFFI using:
|
||||||
|
|
||||||
.. code-block:: sh
|
.. code-block:: sh
|
||||||
|
|
||||||
pip install tox cffi
|
pip install tox cffi
|
||||||
|
|
||||||
You can then build the source distribution packages using:
|
You can then build the source distribution packages using:
|
||||||
|
|
||||||
.. code-block:: sh
|
.. code-block:: sh
|
||||||
|
|
||||||
python setup.py sdist
|
python setup.py sdist
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue