diff --git a/build.py b/build.py deleted file mode 100755 index 2fb5267..0000000 --- a/build.py +++ /dev/null @@ -1,11 +0,0 @@ -#!/usr/bin/env python -import sys -from pathlib import Path, PurePath - -from negromateweb.builder import Builder - -builder = Builder( - Path('../bideoak'), - Path('../libreto/libreto.pdf'), -) -builder.build()