Add pug2 script to setup.py
This commit is contained in:
parent
40cb24bc49
commit
8f6ea60b0f
2
setup.py
2
setup.py
@ -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}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user