Skip to content

Add setup.py

Andrey Albershteyn requested to merge alberand-rh/revumatic:add-setup-py into next

Merge Request Required Information

Summary of Changes

setup.py is quite handy file which allows installing Python application with pip. With setup.py one can now install revumatic with pip install .

This MR also adds __init__.py to the modules directory to make it visible to Python as a package.

Edited by Andrey Albershteyn

Merge request reports