mirror of
https://github.com/domainaware/parsedmarc.git
synced 2026-03-03 21:36:25 +00:00
10 lines
212 B
Bash
Executable File
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
|
|
|