Closed RKrahl closed 5 years ago
It turns out that parsing README.rst
gets way too complicated, in particular since I don't want to add another dependency on a third party library such as docutils just for that. I'll rather accept the redundancy between the README.rst
and the setup.py
docstring.
Close #5.
This is mostly done, but I'd still like to add reading the
README.rst
fromsetup.py
in order to set the package description and the docstring of the init file.