danijar / handout

Turn Python scripts into handouts with Markdown and figures
Apache License 2.0
2.01k stars 106 forks source link

long description added to setup.py #28

Closed epogrebnyak closed 5 years ago

epogrebnyak commented 5 years ago

Fixes #19.

Tested locally with: python setup.py --long-description

danijar commented 5 years ago

There is an invalid line at the end of the file, otherwise looks great. All lines must end with a new line on Unix (on Windows the last line does not have to). Git has a config to automatically convert line endings when checking in files.

danijar commented 5 years ago

Thanks!