Skip to content

packaging: refactor and drop pbr

Jakub Ružička requested to merge nuke-pbr into master

Drop problematic pbr in favor of recommended modern python packaging setup:

https://packaging.python.org/tutorials/packaging-projects/

Versioning is now handled by miniver without introducing external dep:

https://github.com/jbweston/miniver

I've also updated and extended setup.cfg with more metadata for better integration on PyPI and elsewhere.

Fixes: #41 (closed)

Merge request reports