Commit aa9300e breaks setup.py

Issue #35 resolved
Former user created an issue

The description function in setup.py has a regex (on line 35) that matches the begining of the README file. Commit aa9300e adds to the begining of the file, breaking the regex. This prevents setup.py from running, and therefore prevents installation.

Comments (1)

  1. Log in to comment