Closed Ge0 closed 6 years ago
looks good - however, 0.3.0 has been released, so if you could update the about.py file to reflect that, great! i forgot about the changelog thats why there's no entry in it
Done, my good sir!
Also, we were still displaying the former version number. This is fixed.
I don't know the actual summary in the changelog anyway.
Plus I have edited the readme to ask for Python 3.6 since I use the new format string syntax.
nice!
this PR aims at refactoring the codebase to move it into a src sub-package. There are several arguments to doing so:
discurses
on the project's directory, my shell actually makes mecd
intodiscurse
directory containing the source code.Cf https://blog.ionelmc.ro/2014/05/25/python-packaging/ for more information.
Plus I have moved
discurses.py
intodiscurses/__main__.py
and added an__about__.py
file for metadata information.