#!/bin/bash

. venv/bin/activate

python3 setup.py bdist_egg

rm -rf solent.egg-info build


