Add long_description and custom clean command (setup.py)

This commit is contained in:
Peter Bittner 2016-04-10 23:40:16 +02:00
parent a0b92e38c8
commit 9413e7b590
2 changed files with 54 additions and 4 deletions

View file

@ -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