Files
parsedmarc/build.sh
Sean Whalen c50a907988 Fix build
2018-03-31 23:33:43 -04:00

11 lines
232 B
Bash
Executable File

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