use declarative packaging + better version announcement handling#25
use declarative packaging + better version announcement handling#25Aluriak wants to merge 4 commits intotheopenconversationkit:masterfrom
Conversation
|
Thx @Aluriak, version.py is useful for bumpversion command
|
|
I didn't know about bumpversion. Note that it is recommended to use the maintained fork, i.e. bump2version. Bumpversion seems to handle some configuration in the setup.cfg. These lines, according to the readme, should be enough : I added them to another commit. |
|
Btw, if you need to automate or simplify the publication of the package, not just the version upgrade, i would happily point you to zest.releaser. |
I have some experience with creating and maintaining python packages. Do not hesitate to ask me if you need help.
This commit uses the simpler and more reliable declarative syntax (
setup.cfg), and pushes the__version__information into the__init__.pyas i usually observed in most packages.