Files
parsedmarc/build.sh
2018-03-27 10:43:26 -04:00

10 lines
212 B
Bash
Executable File

#!/usr/bin/env bash
. ~/venv/domainaware/bin/activate
pip install -U -r requirements.txt
cd docs && make html && cp -r _build/html/* ../../parsedmarc-docs/
cd ..
rm -rf dist/ build/
python setup.py bdist_wheel