API for DLsite.
Before running any other commands, set up the virtualenv:
$ make setup
To build an installable wheel, run:
$ make wheel
To build a source distribution, run:
$ make sdist
To run tests, run:
$ make check
To build docs, run:
$ make html