Add long_description and custom clean command (setup.py)
This commit is contained in:
parent
a0b92e38c8
commit
9413e7b590
2 changed files with 54 additions and 4 deletions
|
@ -34,6 +34,10 @@ No prerequisites are required, all test dependencies will be installed
|
|||
automatically by ``tox`` in virtual environments created on the fly.
|
||||
Unfortunately, you'll have to install ``virtualenv`` for this to work, though.
|
||||
|
||||
To remove all build files and folders including Python byte code you can run::
|
||||
|
||||
$ python setup.py clean
|
||||
|
||||
|
||||
.. |latest-version| image:: https://img.shields.io/pypi/v/django-todo.svg
|
||||
:alt: Latest version on PyPI
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue