topisani / Discurses

A Python discord CLI focused on usability
MIT License
140 stars 14 forks source link

Tree #41

Closed Ge0 closed 6 years ago

Ge0 commented 6 years ago

this PR aims at refactoring the codebase to move it into a src sub-package. There are several arguments to doing so:

Cf https://blog.ionelmc.ro/2014/05/25/python-packaging/ for more information.

Plus I have moved discurses.py into discurses/__main__.py and added an __about__.py file for metadata information.

topisani commented 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

Ge0 commented 6 years ago

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.

Ge0 commented 6 years ago

Plus I have edited the readme to ask for Python 3.6 since I use the new format string syntax.

topisani commented 6 years ago

nice!