Escape quotes in strings
energizah opened this issue · 0 comments
energizah commented
pypi2nix -e appdirs
produces a description like
description = "A small Python module for determining appropriate platform-specific dirs, e.g. a "user data dir".";
which is invalid syntax because of the quotation marks in the strings, which should be escaped.