Packaging Errbot Plugins with Poetry
Errbot’s documentation has information on packaging for plugins and backends using setup.py. I’m a fan of using Poetry for my python projects, so I wanted to figure out how to make that work for my Errbot plugins and backends. ...