Add pug2 script to setup.py

This commit is contained in:
etorres4 2022-03-17 21:43:06 -07:00
parent 40cb24bc49
commit 8f6ea60b0f

View File

@ -4,7 +4,7 @@ from sphinx.setup_command import BuildDoc
# ========== Constants ==========
EXCLUDED_PACKAGES = ["test", "tests"]
PACKAGES = setuptools.find_packages(exclude=EXCLUDED_PACKAGES)
SCRIPTS = ["bin/addpkg", "bin/delpkg", "bin/fqo"]
SCRIPTS = ["bin/addpkg", "bin/delpkg", "bin/fqo", "bin/pug2"]
CMDCLASS = {"build_sphinx": BuildDoc}