mirror of
https://github.com/domainaware/parsedmarc.git
synced 2026-02-17 07:03:58 +00:00
11 lines
247 B
Bash
Executable File
11 lines
247 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
. ~/venv/domainaware/bin/activate
|
|
pip install -U -r requirements.txt
|
|
rstcheck README.rst docs/index.rst
|
|
cd docs && make html && cp -r _build/html/* ../../parsedmarc-docs/
|
|
cd ..
|
|
rm -rf dist/ build/
|
|
python setup.py bdist_wheel
|
|
|